add search bind
This commit is contained in:
parent
39c3d9e3a7
commit
ac209172bf
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
export BSPWM_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/bspwm"
|
export BSPWM_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/bspwm"
|
||||||
|
|
||||||
|
# theme colours
|
||||||
. "${HOME}/.cache/wal/colors.sh"
|
. "${HOME}/.cache/wal/colors.sh"
|
||||||
|
|
||||||
bspc monitor --reset-desktops 1 2 3 4 5 6 7 8 9 0
|
bspc monitor --reset-desktops 1 2 3 4 5 6 7 8 9 0
|
||||||
|
@ -9,6 +10,7 @@ bspc monitor --reset-desktops 1 2 3 4 5 6 7 8 9 0
|
||||||
bspc config border_width 0
|
bspc config border_width 0
|
||||||
bspc config window_gap 0
|
bspc config window_gap 0
|
||||||
|
|
||||||
|
# change this to make space for a bar!
|
||||||
bspc config bottom_padding 37
|
bspc config bottom_padding 37
|
||||||
|
|
||||||
bspc config split_ratio 0.52
|
bspc config split_ratio 0.52
|
||||||
|
|
|
@ -10,6 +10,10 @@ super + Return
|
||||||
super + b
|
super + b
|
||||||
/usr/bin/firefox
|
/usr/bin/firefox
|
||||||
|
|
||||||
|
# tiny web browser
|
||||||
|
super + s
|
||||||
|
surf ecosia.org
|
||||||
|
|
||||||
# program launcher
|
# program launcher
|
||||||
super + r
|
super + r
|
||||||
rofi -show run
|
rofi -show run
|
||||||
|
@ -210,22 +214,3 @@ super + KP_Divide
|
||||||
|
|
||||||
Print
|
Print
|
||||||
$HOME/.scripts/screenshot.sh
|
$HOME/.scripts/screenshot.sh
|
||||||
|
|
||||||
#
|
|
||||||
# razer macro keys
|
|
||||||
#
|
|
||||||
|
|
||||||
XF86Tools
|
|
||||||
$HOME/.scripts/toggle-gaps.sh
|
|
||||||
|
|
||||||
XF86Launch5
|
|
||||||
$HOME/.scripts/toggle-compositor.sh
|
|
||||||
|
|
||||||
XF86Launch6
|
|
||||||
$HOME/.scripts/lightswitch.sh
|
|
||||||
|
|
||||||
XF86Launch7
|
|
||||||
$HOME/.scripts/emoji.sh
|
|
||||||
|
|
||||||
XF86Launch8
|
|
||||||
$HOME/.scripts/ufetch-rice
|
|
||||||
|
|
Loading…
Reference in New Issue