More initial configuration

Notably add Dunst for notifications.
This commit is contained in:
Vincent Bernat 2021-07-04 14:54:07 +02:00
parent d85a504c53
commit f306d92a0d
8 changed files with 109 additions and 10 deletions

13
config
View file

@ -9,13 +9,20 @@ set $term vbeterm
font pango:Terminus 9
# Style
# Style and colors
default_border pixel 3
default_floating_border pixel 3
# class border backgr. text indicator child_border
client.focused #ffaf00 #cc5c00 #ffffff #ffcf00 #cc5c00
client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
client.unfocused #333333 #222222 #888888 #292d2e #222222
client.urgent #2f343a #d00000 #ffffff #d00000 #d00000
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
client.background #ffffff
# Use pactl to adjust volume in PulseAudio.
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10%
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10%
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle