+emacsclient binding to i3
This commit is contained in:
@@ -54,8 +54,10 @@ floating_modifier $mod
|
|||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
bindsym F10 exec scrot -u '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/' -c
|
bindsym F10 exec scrot -u '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/' -c
|
||||||
# start a terminal
|
|
||||||
|
# start a terminal or editor
|
||||||
bindsym $mod+Return exec kitty
|
bindsym $mod+Return exec kitty
|
||||||
|
bindsym $mod+Shift+Return exec emacsclient -s MAIN -c
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|||||||
Reference in New Issue
Block a user