moved samedir keybinding from i3/config to sxhkd
This commit is contained in:
parent
0db554d7e5
commit
a6421ced2b
2 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,6 @@ bar {
|
||||||
}
|
}
|
||||||
|
|
||||||
# #---Basic Bindings---# #
|
# #---Basic Bindings---# #
|
||||||
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
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,8 @@
|
||||||
# Basic binds
|
# Basic binds
|
||||||
super + Return
|
super + Return
|
||||||
$TERMINAL
|
$TERMINAL
|
||||||
|
super + shift + Return
|
||||||
|
samedir
|
||||||
super + shift + q
|
super + shift + q
|
||||||
kill -9 `xdotool getwindowfocus getwindowpid`
|
kill -9 `xdotool getwindowfocus getwindowpid`
|
||||||
super + d
|
super + d
|
||||||
|
|
Loading…
Reference in a new issue