Use small letters in bindsym, added eshell bindsym.

This commit is contained in:
Kevin Baensch 2019-06-22 20:43:31 +02:00
parent fa3aaf31a5
commit df94c03ca5

View file

@ -80,9 +80,9 @@ bindsym $mod+Ctrl+8 exec xbacklight -set 80
bindsym $mod+Ctrl+9 exec xbacklight -set 90 bindsym $mod+Ctrl+9 exec xbacklight -set 90
bindsym $mod+p move scratchpad bindsym $mod+p move scratchpad
bindsym $mod+Shift+p scratchpad show bindsym $mod+Shift+p scratchpad show
bindsym --release $mod+Shift+S exec scrot bindsym --release $mod+Ctrl+s exec scrot
bindsym --release $mod+Ctrl+S exec "scrot --select" 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 --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 bindsym $mod+o exec pcmanfm
### END BINDSYM ### ### END BINDSYM ###
@ -141,6 +141,7 @@ floating_modifier $mod
# start a terminal # start a terminal
bindsym $mod+Shift+Return exec emacsclient -c bindsym $mod+Shift+Return exec emacsclient -c
bindsym $mod+Mod1+Return exec emacsclient -c -e '(eshell t)'
bindsym $mod+Return exec gnome-terminal bindsym $mod+Return exec gnome-terminal
# kill focused window # kill focused window