dunst: update config

This commit is contained in:
LavaDesu 2021-11-15 20:35:31 +07:00
parent 9fad534cc2
commit 05df8f5eb4
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 30 additions and 22 deletions

View file

@ -6,6 +6,11 @@ in {
services.sxhkd = {
enable = true;
keybindings = {
# Dunst (Notification daemon)
"super + {_,shift + }space" = "dunstctl close{_,-all}";
"super + grave" = "dunstctl history-pop";
"super + shift + period" = "dunstctl context";
# Rofi (App launcher)
"super + Return" = "rofi -lines 12 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Noto Sans 8'";