1
0
Fork 0

Added some usefull keybinds to i3.

This commit is contained in:
Kevin Baensch 2019-04-14 18:39:53 +02:00
parent 46cb4d8acc
commit 9aced6065b
1 changed files with 2 additions and 1 deletions

View File

@ -71,8 +71,9 @@ 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 $mod+o exec pcmanfm
bindsym $mod+Shift+B floating enable; border none; resize set 900 600; move position 1836 38
### END BINDSYM ###