Compare commits

...

3 commits

Author SHA1 Message Date
finga ff4d1cafc8 dunst: Adapt config for desktop
Use different settings for desktop at home.
2023-06-23 14:49:31 +02:00
finga a643341995 dunst: Add keybindings for dunst
In order to control dunst from the keyboard create some keybindings.
2023-06-23 14:47:44 +02:00
finga 309a329b7b dunst: Create dunst config
In order to improve visibility of notifications add a custom
configuration.
2023-06-23 14:47:44 +02:00
3 changed files with 26 additions and 0 deletions

20
.config/dunst/dunstrc Normal file
View file

@ -0,0 +1,20 @@
[global]
follow = keyboard
scale = 1
idle_threshold = 3
font = Monospace 10
history_length = 100
corner_radius = 5
ignore_dbusclose = true
timeout = 30
background = "#333333"
frame_color = "#009900"
[urgency_low]
foreground = "#009900"
[urgency_normal]
foreground = "#ffee33"
[urgency_critical]
foreground = "#aa3333"

View file

@ -165,6 +165,11 @@ bindsym XF86AudioPlay exec --no-startup-id mpc toggle
bindsym XF86AudioPrev exec --no-startup-id mpc prev
bindsym XF86AudioStop exec --no-startup-id mpc stop
# dunst control
bindsym $mod+period exec dunstctl close
bindsym $mod+Shift+period exec dunstctl close-all
bindsym $mod+grave exec dunstctl history-pop
# open login screen on another vt (virtual terminal)
bindsym $mod+Shift+XF86HomePage exec "dm-tool switch-to-greeter"

View file

@ -1,4 +1,5 @@
*
!/.config/dunst/dunstrc
!/.config/i3/config
!/.config/i3status-rust/config.toml
!/.config/i3status-rust/secondary.toml