Commit dc5bf967 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Changed quit key from w to q. Playing around with other key shortcuts.

parent 20fdb5fd
...@@ -4,6 +4,9 @@ sxhkd & ...@@ -4,6 +4,9 @@ sxhkd &
bspc monitor -d I II III IV V VI VII VIII IX X bspc monitor -d I II III IV V VI VII VIII IX X
# solves JAVA reparenting issues (windows show up blank). Needs wmname installed
bspc config wmname LG3D
bspc config border_width 2 bspc config border_width 2
bspc config window_gap 12 bspc config window_gap 12
...@@ -11,8 +14,8 @@ bspc config split_ratio 0.52 ...@@ -11,8 +14,8 @@ bspc config split_ratio 0.52
bspc config borderless_monocle true bspc config borderless_monocle true
bspc config gapless_monocle true bspc config gapless_monocle true
bspc rule -a Gimp desktop='^8' state=floating follow=on bspc config focus_follows_pointer true
bspc rule -a Chromium desktop='^2'
bspc rule -a mplayer2 state=floating bspc rule -a mplayer2 state=floating
bspc rule -a Kupfer.py focus=on bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off bspc rule -a Screenkey manage=off
...@@ -8,7 +8,7 @@ super + Return ...@@ -8,7 +8,7 @@ super + Return
# program launcher # program launcher
super + @space super + @space
kupfer rofi -modi window,drun,run,windowcd -show window
# make sxhkd reload its configuration files: # make sxhkd reload its configuration files:
super + Escape super + Escape
...@@ -23,7 +23,7 @@ super + alt + Escape ...@@ -23,7 +23,7 @@ super + alt + Escape
bspc quit bspc quit
# close and kill # close and kill
super + {_,shift + }w super + {_,shift + }q
bspc node -{c,k} bspc node -{c,k}
# alternate between the tiled and monocle layout # alternate between the tiled and monocle layout
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment