From df94c03ca5b9f0295cf72f2b4f2e566ceca73c53 Mon Sep 17 00:00:00 2001 From: derped Date: Sat, 22 Jun 2019 20:43:31 +0200 Subject: [PATCH] Use small letters in bindsym, added eshell bindsym. --- config/etc/i3/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/etc/i3/config b/config/etc/i3/config index 7ea8561..bb07a33 100644 --- a/config/etc/i3/config +++ b/config/etc/i3/config @@ -80,9 +80,9 @@ bindsym $mod+Ctrl+8 exec xbacklight -set 80 bindsym $mod+Ctrl+9 exec xbacklight -set 90 bindsym $mod+p move scratchpad bindsym $mod+Shift+p scratchpad show -bindsym --release $mod+Shift+S exec scrot -bindsym --release $mod+Ctrl+S exec "scrot --select" -bindsym --release $mod+Ctrl+A exec "scrot -s '/tmp/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f && rm $f'" +bindsym --release $mod+Ctrl+s exec scrot +bindsym --release $mod+Ctrl+d exec "scrot --select" +bindsym --release $mod+Ctrl+a exec "scrot -s '/tmp/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f && rm $f'" bindsym $mod+o exec pcmanfm ### END BINDSYM ### @@ -141,6 +141,7 @@ floating_modifier $mod # start a terminal bindsym $mod+Shift+Return exec emacsclient -c +bindsym $mod+Mod1+Return exec emacsclient -c -e '(eshell t)' bindsym $mod+Return exec gnome-terminal # kill focused window