emacs
This commit is contained in:
parent
558991269f
commit
5fc8b61d1d
2 changed files with 8 additions and 0 deletions
|
|
@ -85,6 +85,11 @@ bindsym $mod+Shift+b bar mode toggle
|
|||
bindsym $mod+n split horizontal; layout tabbed
|
||||
bindsym $mod+s sticky toggle
|
||||
|
||||
bindsym $mod+Ctrl+l resize shrink width 5 px or 5 ppt
|
||||
bindsym $mod+Ctrl+k resize grow height 5 px or 5 ppt
|
||||
bindsym $mod+Ctrl+j resize shrink height 5 px or 5 ppt
|
||||
bindsym $mod+Ctrl+h resize grow width 5 px or 5 ppt
|
||||
|
||||
smart_gaps on
|
||||
hide_edge_borders smart
|
||||
client.focused $col_sb $col_sb $col_sf $col_nb $col_sb
|
||||
|
|
|
|||
3
scripts/em
Executable file
3
scripts/em
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
emacsclient -c -a '' $@
|
||||
Loading…
Reference in a new issue