Compare commits
3 commits
5da5c35c71
...
ff4d1cafc8
Author | SHA1 | Date | |
---|---|---|---|
ff4d1cafc8 | |||
a643341995 | |||
309a329b7b |
3 changed files with 26 additions and 0 deletions
20
.config/dunst/dunstrc
Normal file
20
.config/dunst/dunstrc
Normal 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"
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
*
|
||||
!/.config/dunst/dunstrc
|
||||
!/.config/i3/config
|
||||
!/.config/i3status-rust/config.toml
|
||||
!/.config/i3status-rust/secondary.toml
|
||||
|
|
Loading…
Reference in a new issue