Add bindings for dunstctl set-paused

This commit is contained in:
Samae 2023-10-24 10:02:31 +03:00
parent 4701c62ce3
commit 7dbaaaf3d2
2 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ modify conf = conf
-- Dunst
, ("C-<Space>", spawn "dunstctl close")
, ("C-S-<Space>", spawn "dunstctl close-all")
, ("M-n p", spawn "dunstctl set-paused toggle")
]
viewProject :: WorkspaceId -> X ()

View File

@ -12,6 +12,6 @@ in
mkShell {
buildInputs = [
#easy-hls
easy-hls
];
}