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