Add bindings for dunstctl set-paused
This commit is contained in:
parent
4701c62ce3
commit
7dbaaaf3d2
2 changed files with 2 additions and 1 deletions
|
@ -70,6 +70,7 @@ modify conf = conf
|
||||||
-- Dunst
|
-- Dunst
|
||||||
, ("C-<Space>", spawn "dunstctl close")
|
, ("C-<Space>", spawn "dunstctl close")
|
||||||
, ("C-S-<Space>", spawn "dunstctl close-all")
|
, ("C-S-<Space>", spawn "dunstctl close-all")
|
||||||
|
, ("M-n p", spawn "dunstctl set-paused toggle")
|
||||||
]
|
]
|
||||||
|
|
||||||
viewProject :: WorkspaceId -> X ()
|
viewProject :: WorkspaceId -> X ()
|
||||||
|
|
|
@ -12,6 +12,6 @@ in
|
||||||
|
|
||||||
mkShell {
|
mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
#easy-hls
|
easy-hls
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue