mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
workflows/a-happy-gnome: update settings and extension list
This commit is contained in:
parent
4bf3c91aa7
commit
52566deb5a
@ -28,13 +28,14 @@ toggle-fullscreen = ['<Super>f', 'F11']
|
|||||||
toggle-maximized = ['<Shift><Super>f']
|
toggle-maximized = ['<Shift><Super>f']
|
||||||
toggle-on-all-workspaces = ['<Super>y']
|
toggle-on-all-workspaces = ['<Super>y']
|
||||||
toggle-above = ['<Shift><Super>y']
|
toggle-above = ['<Shift><Super>y']
|
||||||
toggle-overview = ['<Super>s']
|
|
||||||
toggle-tiled-left = @as []
|
toggle-tiled-left = @as []
|
||||||
toggle-tiled-right = @as []
|
toggle-tiled-right = @as []
|
||||||
|
|
||||||
[org/gnome/shell/keybindings]
|
[org/gnome/shell/keybindings]
|
||||||
|
toggle-overview = ['<Shift><Super>s']
|
||||||
|
toggle-quick-settings = [ '<Super>s']
|
||||||
toggle-message-tray = ['<Super>v']
|
toggle-message-tray = ['<Super>v']
|
||||||
show-screen-recording-ui = ['<Shift><Control><Super>Print']
|
show-screen-recording-ui = ['<Control>Print']
|
||||||
|
|
||||||
# We don't want to restore them shortcuts.
|
# We don't want to restore them shortcuts.
|
||||||
[org/gnome/mutter/wayland/keybindings]
|
[org/gnome/mutter/wayland/keybindings]
|
||||||
|
@ -38,11 +38,9 @@ in
|
|||||||
gsconnect
|
gsconnect
|
||||||
just-perfection
|
just-perfection
|
||||||
kimpanel
|
kimpanel
|
||||||
mpris-indicator-button
|
|
||||||
paperwm
|
paperwm
|
||||||
pop-shell
|
pop-shell
|
||||||
runcat
|
runcat
|
||||||
x11-gestures
|
|
||||||
];
|
];
|
||||||
example = lib.literalExpression ''
|
example = lib.literalExpression ''
|
||||||
with pkgs.gnomeExtensions; [
|
with pkgs.gnomeExtensions; [
|
||||||
|
Loading…
Reference in New Issue
Block a user