moved samedir keybinding from i3/config to sxhkd

This commit is contained in:
KronikPillow 2020-01-05 19:40:56 +01:00 committed by Luke Smith
parent 0db554d7e5
commit a6421ced2b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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