From 654417e70c6cd86335f84c0eb0563f8ebc393929 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Tue, 17 Apr 2018 16:29:28 +0200 Subject: [PATCH] Add my xfce4-terminal configuration --- install.sh | 17 +++++++------ xfce4-terminal/accels.scm | 53 +++++++++++++++++++++++++++++++++++++++ xfce4-terminal/terminalrc | 44 ++++++++++++++++++++++++++++++++ 3 files changed, 107 insertions(+), 7 deletions(-) create mode 100644 xfce4-terminal/accels.scm create mode 100644 xfce4-terminal/terminalrc diff --git a/install.sh b/install.sh index beee587..0fa0a63 100644 --- a/install.sh +++ b/install.sh @@ -9,15 +9,18 @@ mkdir -p $DOT_CONF # stuff that we only want when we're setting up a graphical environment [[ $GUI == true ]] && { - ln -s $PWD/xinitrc $HOME/.xinitrc + ln -s $PWD/xinitrc $HOME/.xinitrc mkdir -p $DOT_CONF/dunst - ln -s $PWD/i3/ $DOT_CONF/i3/ - ln -s $PWD/dunstrc.ini $DOT_CONF/dunst/dunstrc - ln -s $PWD/rofi/ $DOT_CONF/rofi/ - ln -s $PWD/polybar/ $DOT_CONF/polybar/ + ln -s $PWD/i3/ $DOT_CONF/i3/ + ln -s $PWD/dunstrc.ini $DOT_CONF/dunst/dunstrc + ln -s $PWD/rofi/ $DOT_CONF/rofi/ + ln -s $PWD/polybar/ $DOT_CONF/polybar/ + + mkdir -p $DOT_CONF/xfce4 + ln -s $PWD/xfce4-terminal $DOT_CONF/xfce4/terminal } -ln -s $PWD/gitignore $DOT_CONF/.gitignore +ln -s $PWD/gitignore $DOT_CONF/.gitignore mkdir -p $DOT_CONF/nvim/plug/ -ln -s $PWD/nvim-init.vim $DOT_CONF/nvim/init.vim +ln -s $PWD/nvim-init.vim $DOT_CONF/nvim/init.vim diff --git a/xfce4-terminal/accels.scm b/xfce4-terminal/accels.scm new file mode 100644 index 0000000..b5ea578 --- /dev/null +++ b/xfce4-terminal/accels.scm @@ -0,0 +1,53 @@ +; xfce4-terminal GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; +(gtk_accel_path "/terminal-window/goto-tab-4" "4") +(gtk_accel_path "/terminal-window/goto-tab-3" "3") +; (gtk_accel_path "/terminal-window/file-menu" "") +; (gtk_accel_path "/terminal-window/close-other-tabs" "") +; (gtk_accel_path "/terminal-window/search" "f") +; (gtk_accel_path "/terminal-window/next-tab" "Page_Down") +(gtk_accel_path "/terminal-window/goto-tab-1" "1") +; (gtk_accel_path "/terminal-window/show-menubar" "") +; (gtk_accel_path "/terminal-window/zoom-reset" "0") +; (gtk_accel_path "/terminal-window/terminal-menu" "") +; (gtk_accel_path "/terminal-window/close-window" "q") +; (gtk_accel_path "/terminal-window/close-tab" "w") +; (gtk_accel_path "/terminal-window/save-contents" "") +; (gtk_accel_path "/terminal-window/new-tab" "t") +; (gtk_accel_path "/terminal-window/view-menu" "") +; (gtk_accel_path "/terminal-window/show-toolbar" "") +; (gtk_accel_path "/terminal-window/paste" "v") +; (gtk_accel_path "/terminal-window/copy" "c") +; (gtk_accel_path "/terminal-window/edit-menu" "") +; (gtk_accel_path "/terminal-window/fullscreen" "F11") +; (gtk_accel_path "/terminal-window/read-only" "") +; (gtk_accel_path "/terminal-window/detach-tab" "d") +(gtk_accel_path "/terminal-window/goto-tab-8" "8") +(gtk_accel_path "/terminal-window/goto-tab-2" "2") +; (gtk_accel_path "/terminal-window/prev-tab" "Page_Up") +; (gtk_accel_path "/terminal-window/move-tab-left" "Page_Up") +; (gtk_accel_path "/terminal-window/zoom-in" "plus") +; (gtk_accel_path "/terminal-window/search-prev" "") +; (gtk_accel_path "/terminal-window/reset-and-clear" "") +; (gtk_accel_path "/terminal-window/about" "") +; (gtk_accel_path "/terminal-window/search-next" "") +(gtk_accel_path "/terminal-window/toggle-menubar" "F10") +(gtk_accel_path "/terminal-window/goto-tab-7" "7") +; (gtk_accel_path "/terminal-window/select-all" "a") +; (gtk_accel_path "/terminal-window/help-menu" "") +(gtk_accel_path "/terminal-window/goto-tab-9" "9") +; (gtk_accel_path "/terminal-window/show-borders" "") +; (gtk_accel_path "/terminal-window/preferences" "") +(gtk_accel_path "/terminal-window/goto-tab-6" "6") +; (gtk_accel_path "/terminal-window/contents" "F1") +; (gtk_accel_path "/terminal-window/new-window" "n") +; (gtk_accel_path "/terminal-window/move-tab-right" "Page_Down") +; (gtk_accel_path "/terminal-window/zoom-out" "minus") +; (gtk_accel_path "/terminal-window/set-title" "s") +; (gtk_accel_path "/terminal-window/paste-selection" "") +; (gtk_accel_path "/terminal-window/undo-close-tab" "") +(gtk_accel_path "/terminal-window/goto-tab-5" "5") +; (gtk_accel_path "/terminal-window/zoom-menu" "") +; (gtk_accel_path "/terminal-window/reset" "") +; (gtk_accel_path "/terminal-window/tabs-menu" "") diff --git a/xfce4-terminal/terminalrc b/xfce4-terminal/terminalrc new file mode 100644 index 0000000..53bf0f3 --- /dev/null +++ b/xfce4-terminal/terminalrc @@ -0,0 +1,44 @@ +[Configuration] +RunCustomCommand=TRUE +MiscAlwaysShowTabs=FALSE +MiscBell=FALSE +MiscBellUrgent=FALSE +MiscBordersDefault=FALSE +MiscCursorBlinks=FALSE +MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK +MiscDefaultGeometry=80x24 +MiscInheritGeometry=FALSE +MiscMenubarDefault=FALSE +MiscMouseAutohide=FALSE +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 +CustomCommand=/usr/bin/zsh +ScrollingOnOutput=FALSE +FontName=Fira Mono 13 +ColorPalette=rgb(63,63,63);rgb(210,74,74);rgb(96,180,138);rgb(223,175,143);rgb(154,184,215);rgb(220,140,195);rgb(140,208,211);rgb(235,235,235);rgb(85,87,83);rgb(215,120,120);rgb(114,213,163);rgb(240,223,175);rgb(148,191,243);rgb(236,147,211);rgb(147,224,227);rgb(255,255,255) +ColorForeground=#dcdcdc +ColorBackground=#000000000000 +ColorCursor=#dcdcdc +BackgroundDarkness=0,820000 +WordChars=-A-Za-z0-9,./?%&#_=+@~ +BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT +MiscShowRelaunchDialog=TRUE +MiscNewTabAdjacent=FALSE +ScrollingLines=9000 +TextBlinkMode=TERMINAL_TEXT_BLINK_MODE_FOCUSED +ColorBoldIsBright=FALSE +ScrollingBar=TERMINAL_SCROLLBAR_NONE +TitleMode=TERMINAL_TITLE_REPLACE +