bspwm, polybar, sxhkd: Growing into it
This commit is contained in:
parent
607d1f19fb
commit
fa9bf7a437
@ -33,6 +33,9 @@ xset s off
|
||||
## SERVICES AND DAEMONS
|
||||
sxhkd & # Simple hotkey daemon
|
||||
feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 &
|
||||
if [[ $(pgrep polybar) ]]; then
|
||||
killall polybar
|
||||
fi
|
||||
polybar -r alpha & # Simple bar
|
||||
|
||||
## bspwm GENERAL CONFIGURATION
|
||||
|
@ -131,7 +131,9 @@ format-prefix-background = ${res/colors.primary}
|
||||
enable-scroll = false
|
||||
pin-workspaces = true
|
||||
|
||||
ws-icon-default =
|
||||
ws-icon-0 = 1;
|
||||
ws-icon-1 = 10;
|
||||
ws-icon-default =
|
||||
|
||||
label-focused = %icon%
|
||||
label-focused-padding = 2
|
||||
|
@ -20,6 +20,10 @@ alt + Tab
|
||||
alt + Escape
|
||||
pkill -USR1 -x sxhkd
|
||||
|
||||
# Reset wallpaper
|
||||
alt + shift + w
|
||||
feh --randomize --bg-fill ~/Pictures/Wallpapers/i3
|
||||
|
||||
# Pulse controls
|
||||
Audio{Raise,Lower}Volume
|
||||
pactl set-sink-volume 0 {+,-}5%
|
||||
@ -40,6 +44,10 @@ alt + shift + p
|
||||
# bspwm hotkeys
|
||||
#
|
||||
|
||||
# Reload configuration
|
||||
alt + shift + r
|
||||
~/.config/bspwm/bspwmrc
|
||||
|
||||
# close and kill
|
||||
alt + {_,shift + }q
|
||||
bspc node -{c,k}
|
||||
|
Loading…
Reference in New Issue
Block a user