Add super+enter binds to open terminal in all wm's

This commit is contained in:
natemaia
2018-08-11 21:08:38 -07:00
parent 6c38210c10
commit 0d2d6f937a
8 changed files with 19 additions and 12 deletions

View File

@ -10,7 +10,7 @@ nitrogen --restore &
al-compositor --start &
# panel
sleep 1; al-polybar-session &
al-polybar-session &
# polkit, required for authentication
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
@ -22,7 +22,6 @@ gnome-keyring-daemon --start --components=pkcs11 &
ksuperkey -e 'Super_L=Alt_L|F1' &
ksuperkey -e 'Super_R=Alt_L|F1' &
# Set some bsp specific stuff
bspc monitor -d I II III IV V VI VII VIII IX X
@ -46,5 +45,3 @@ bspc config pointer_action3 resize_corner
bspc rule -a thunar desktop='^1' state=floating follow=on
bspc rule -a firefox desktop='^2'
bspc rule -a Void_Exit_Session state=floating layer=above
bspc rule -a Exit_Session state=floating layer=above