diff --git a/.config/xfce4/terminal/accels.scm b/.config/xfce4/terminal/accels.scm new file mode 100644 index 0000000..bf38fca --- /dev/null +++ b/.config/xfce4/terminal/accels.scm @@ -0,0 +1,55 @@ +; xfce4-terminal GtkAccelMap rc-file -*- scheme -*- + +; things I actually want +(gtk_accel_path "/terminal-window/copy" "c") +(gtk_accel_path "/terminal-window/new-window" "n") +(gtk_accel_path "/terminal-window/paste" "v") +(gtk_accel_path "/terminal-window/search" "f") +(gtk_accel_path "/terminal-window/select-all" "a") +(gtk_accel_path "/terminal-window/set-title" "s") +(gtk_accel_path "/terminal-window/zoom-in" "plus") +(gtk_accel_path "/terminal-window/zoom-out" "minus") +(gtk_accel_path "/terminal-window/zoom-reset" "0") + +; disable everything else +(gtk_accel_path "/terminal-window/about" "") +(gtk_accel_path "/terminal-window/close-other-tabs" "") +(gtk_accel_path "/terminal-window/close-tab" "") +(gtk_accel_path "/terminal-window/close-window" "") +(gtk_accel_path "/terminal-window/contents" "") +(gtk_accel_path "/terminal-window/detach-tab" "") +(gtk_accel_path "/terminal-window/edit-menu" "") +(gtk_accel_path "/terminal-window/file-menu" "") +(gtk_accel_path "/terminal-window/fullscreen" "") +(gtk_accel_path "/terminal-window/goto-tab-1" "") +(gtk_accel_path "/terminal-window/goto-tab-2" "") +(gtk_accel_path "/terminal-window/goto-tab-3" "") +(gtk_accel_path "/terminal-window/goto-tab-4" "") +(gtk_accel_path "/terminal-window/goto-tab-5" "") +(gtk_accel_path "/terminal-window/goto-tab-6" "") +(gtk_accel_path "/terminal-window/goto-tab-7" "") +(gtk_accel_path "/terminal-window/goto-tab-8" "") +(gtk_accel_path "/terminal-window/goto-tab-9" "") +(gtk_accel_path "/terminal-window/help-menu" "") +(gtk_accel_path "/terminal-window/move-tab-left" "") +(gtk_accel_path "/terminal-window/move-tab-right" "") +(gtk_accel_path "/terminal-window/new-tab" "") +(gtk_accel_path "/terminal-window/next-tab" "") +(gtk_accel_path "/terminal-window/paste-selection" "") +(gtk_accel_path "/terminal-window/preferences" "") +(gtk_accel_path "/terminal-window/prev-tab" "") +(gtk_accel_path "/terminal-window/read-only" "") +(gtk_accel_path "/terminal-window/reset" "") +(gtk_accel_path "/terminal-window/reset-and-clear" "") +(gtk_accel_path "/terminal-window/save-contents" "") +(gtk_accel_path "/terminal-window/search-next" "") +(gtk_accel_path "/terminal-window/search-prev" "") +(gtk_accel_path "/terminal-window/show-borders" "") +(gtk_accel_path "/terminal-window/show-menubar" "") +(gtk_accel_path "/terminal-window/show-toolbar" "") +(gtk_accel_path "/terminal-window/tabs-menu" "") +(gtk_accel_path "/terminal-window/terminal-menu" "") +(gtk_accel_path "/terminal-window/toggle-menubar" "") +(gtk_accel_path "/terminal-window/undo-close-tab" "") +(gtk_accel_path "/terminal-window/view-menu" "") +(gtk_accel_path "/terminal-window/zoom-menu" "") diff --git a/.config/xfce4/terminal/terminalrc b/.config/xfce4/terminal/terminalrc new file mode 100644 index 0000000..bcabf0a --- /dev/null +++ b/.config/xfce4/terminal/terminalrc @@ -0,0 +1,33 @@ +[Configuration] +MiscAlwaysShowTabs=FALSE +MiscBell=FALSE +MiscBellUrgent=FALSE +MiscBordersDefault=FALSE +MiscCursorBlinks=FALSE +MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK +MiscDefaultGeometry=80x24 +MiscInheritGeometry=FALSE +MiscMenubarDefault=FALSE +MiscMouseAutohide=TRUE +MiscMouseWheelZoom=TRUE +MiscToolbarDefault=FALSE +MiscConfirmClose=TRUE +MiscCycleTabs=TRUE +MiscTabCloseButtons=TRUE +MiscTabCloseMiddleClick=TRUE +MiscTabPosition=GTK_POS_TOP +MiscHighlightUrls=TRUE +MiscMiddleClickOpensUri=FALSE +MiscCopyOnSelect=FALSE +MiscDefaultWorkingDir= +MiscRewrapOnResize=TRUE +MiscUseShiftArrowsToScroll=FALSE +MiscSlimTabs=FALSE +ShortcutsNoMenukey=TRUE +ShortcutsNoMnemonics=TRUE +ShortcutsNoHelpkey=TRUE +ScrollingUnlimited=TRUE +TitleMode=TERMINAL_TITLE_REPLACE +ColorPalette=rgb(46,52,54);rgb(204,0,0);rgb(78,154,6);rgb(196,160,0);rgb(52,101,164);rgb(117,80,123);rgb(6,152,154);rgb(211,215,207);rgb(85,87,83);rgb(239,41,41);rgb(138,226,52);rgb(252,233,79);rgb(115,159,207);rgb(173,127,168);rgb(52,226,226);rgb(238,238,236) +ColorForeground=#000080800000 +