samedir cursor fix
This commit is contained in:
parent
f5742c23d0
commit
a87c9b4305
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ set $hibernate sudo systemctl suspend
|
||||||
|
|
||||||
# #---Basic Bindings---# #
|
# #---Basic Bindings---# #
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
bindsym $mod+Shift+Return exec samedir
|
bindsym $mod+Shift+Return exec --no-startup-id samedir
|
||||||
|
|
||||||
bindsym $mod+Shift+space floating toggle
|
bindsym $mod+Shift+space floating toggle
|
||||||
bindsym $mod+space focus mode_toggle
|
bindsym $mod+space focus mode_toggle
|
||||||
|
|
Loading…
Reference in a new issue