From 52060dfbdfac04938393b4fdc441415fa08abe6e Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 6 Oct 2020 18:35:55 +0200 Subject: Another little update --- dotfiles/config/i3/config | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'dotfiles/config/i3') diff --git a/dotfiles/config/i3/config b/dotfiles/config/i3/config index d5ff749..49cb75e 100644 --- a/dotfiles/config/i3/config +++ b/dotfiles/config/i3/config @@ -13,6 +13,12 @@ set $WHITE #711C91 set $BLACK #1B0F1C +{%@@ if profile=="fenec" @@%} +set $TERMINAL terminator +{%@@ else @@%} +set $TERMINAL kitty +{%@@ endif @@%} + # Layout colors bord bg text indicator (split) client.focused $WHITE $WHITE $BLACK $WHITE client.focused_inactive $BLACK $BLACK $BLACK $BLACK @@ -106,17 +112,17 @@ bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks bindcode 107 --release exec scrot -s '%Y-%m-%d-%H%M%S_$wx$h.png' -e 'mv $f ~/Screenshots/' bindsym --release $WinKey+i exec scrot '%Y-%m-%d-%H%M%S_$wx$h.png' -e 'mv $f ~/Screenshots/' bindsym --release Scroll_Lock exec scrot -sz -e '~/.scripts/dropshadow.sh $f' -bindsym $WinKey+Shift+F1 exec kitty -e ranger -bindsym $WinKey+Shift+F2 exec kitty -e cmus -bindsym $WinKey+Shift+F3 exec kitty -e mm -bindsym $WinKey+Shift+F4 exec kitty -e mosh neodarz.net --ssh="ssh -p 19977" +bindsym $WinKey+Shift+F1 exec $TERMINAL -e ranger +bindsym $WinKey+Shift+F2 exec $TERMINAL -e cmus +bindsym $WinKey+Shift+F3 exec $TERMINAL -e mm +bindsym $WinKey+Shift+F4 exec $TERMINAL -e mosh neodarz.net --ssh="ssh -p 19977" bindsym $WinKey+Shift+F5 exec waterfox -#bindsym $WinKey+Shift+F6 exec kitty -e atom -bindsym $WinKey+Shift+F7 exec kitty -e ncmpcpp -bindsym $WinKey+Shift+F8 exec kitty -e qutebrowser +#bindsym $WinKey+Shift+F6 exec $TERMINAL -e atom +bindsym $WinKey+Shift+F7 exec $TERMINAL -e ncmpcpp +bindsym $WinKey+Shift+F8 exec $TERMINAL -e qutebrowser #bindsym $AltKey+a exec urxvt -name floatme --background "#000000" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e "pygmentize ~/.zsh/aliases.zsh | less" #bindsym $WinKey+Shift+v move morkspace to output right -bindsym $WinKey+control+l exec i3lock-fancy-dualmonitor -p +bindsym $WinKey+control+l exec i3lock-fancy-rapid 1 pixel bindsym $WinKey+p exec ~/.scripts/launch_rofi-pass.sh #bindsym $WinKey+Shift+$AltKey+0 exec ~/.scripts/switch-workspace.py 6 bindsym XF86AudioPlay exec ~/.scripts/switch_audio.sh 8 @@ -128,7 +134,7 @@ bindsym Control+$AltKey+Down exec ~/.scripts/cycle-workspace-multiscreen.py bott # start a terminal #bindsym $WinKey+Return exec urxvt --termName 'rxvt-unicode' -fn 'xft:Fira Code:size=8' --background 'black' --color0 'black' --color8 'black' --color1 'red' --color9 'red' --color2 'green' --color10 'green' --color3 'yellow' --color11 'yellow' --color4 'blue' --color12 'blue' --color6 'cyan' --color14 'cyan' --color7 'white' --color15 'white' -cursorColor '#ffffff' -bindsym $WinKey+Return exec kitty +bindsym $WinKey+Return exec $TERMINAL # kill focused window bindsym $WinKey+Shift+A kill @@ -459,7 +465,7 @@ exec setxkbmap fr exec export XDG_RUNTIME_DIR=/run/user/`id -u` exec systemctl --user start twmnd.service # Background image by https://www.furaffinity.net/view/22943365/ -exec feh --bg-scale ~/.wallpapers/eron_paint_1080.jpg; picom +exec feh --bg-scale ~/.wallpapers/eron_paint_1080.jpg; picom --unredir-if-possible #exec /home/neodarz/wallpaper_animated/wall.sh /home/neodarz/wallpaper_animated/8bit_battle_preparation.gif #exec terminator -e $HOME/.scripts/working.sh #exec ~/.scripts/mpvbg ~/.wallpapers/wallpaper_01.mp4 -- cgit v1.2.1