nixos/workflows/a-happy-gnome: add scratch window bindings for PaperWM

This commit is contained in:
Gabriel Arazas 2024-02-02 17:29:30 +08:00
parent e38968d666
commit 46d7cf94e0
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -91,8 +91,8 @@ paper-toggle-fullscreen = ['<Super>f']
toggle-maximize-width = ['<Super><Shift>f'] toggle-maximize-width = ['<Super><Shift>f']
# I don't want scratchpads or whatever these things. # I don't want scratchpads or whatever these things.
toggle-scratch-window = @as [] toggle-scratch-window = ['<Super>Y']
toggle-scratch-layer = @as [] toggle-scratch-layer = ['<Super><Shift>Y']
toggle-scratch = @as [] toggle-scratch = @as []
# I prefer to cycle the sizes instead. # I prefer to cycle the sizes instead.