diff --git a/.config/xfce4/terminal/accels.scm b/.config/xfce4/terminal/accels.scm deleted file mode 100644 index bf38fca..0000000 --- a/.config/xfce4/terminal/accels.scm +++ /dev/null @@ -1,55 +0,0 @@ -; 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 deleted file mode 100644 index 989e7fa..0000000 --- a/.config/xfce4/terminal/terminalrc +++ /dev/null @@ -1,35 +0,0 @@ -[Configuration] -MiscAlwaysShowTabs=FALSE -MiscBell=FALSE -MiscBellUrgent=FALSE -MiscBordersDefault=TRUE -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=#b9b980800000 -ScrollingOnOutput=FALSE -ColorBackground=#111111111111 -