diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-20 23:38:50 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-20 23:38:50 +0200 |
commit | 1cf13bab5c74bd6e546528d0d096b3f8bb9c1db0 (patch) | |
tree | c23ea93b9ca2c2c52edeef44618079ff7d32546a /.config/hypr | |
parent | bf817958722662d1a25b0d46da8a20aa5c832ac1 (diff) |
Hyprland: Map ‘S-p w’ to nmgui
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 95a89dd..ed2fad9 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -107,6 +107,7 @@ __submap(prompt, P, [ __subbind(P, vlt get) __subbind(T, chtz) __subbind(U, uni) + __subbind(W, nmgui) ]) # Change focused window |