user/sxhkd: fix broken floating window keybind
im a dumbass
This commit is contained in:
parent
4645bf5228
commit
e634c7826c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,9 +7,9 @@ in {
|
|||
enable = true;
|
||||
keybindings = {
|
||||
# Dunst (Notification daemon)
|
||||
"super + {_,shift + }space" = "dunstctl close{_,-all}";
|
||||
"super + grave" = "dunstctl history-pop";
|
||||
"super + shift + period" = "dunstctl context";
|
||||
"super + shift + space" = "dunstctl close-all";
|
||||
|
||||
# Rofi (App launcher)
|
||||
"super + Return" = "rofi -lines 12 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Noto Sans 8'";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue