changed some config and installed an app

This commit is contained in:
KoenDR06 2024-04-03 19:07:38 +00:00
parent 548b6549aa
commit 36fe0fa882
2 changed files with 4 additions and 3 deletions

View file

@ -41,6 +41,7 @@
htop htop
inkscape inkscape
libreoffice libreoffice
mullvad
mullvad-vpn mullvad-vpn
parsec-bin parsec-bin
platformio-core platformio-core

View file

@ -104,8 +104,8 @@
}; };
"org/gnome/desktop/wm/keybindings" = { "org/gnome/desktop/wm/keybindings" = {
switch-applications = "@as []"; switch-applications = "disabled";
switch-applications-backward = "@as []"; switch-applications-backward = "disabled";
switch-windows = ["<Alt>Tab"]; switch-windows = ["<Alt>Tab"];
switch-windows-backward = ["<Shift><Alt>Tab"]; switch-windows-backward = ["<Shift><Alt>Tab"];
minimize = ["<Super>Down"]; minimize = ["<Super>Down"];
@ -128,7 +128,7 @@
}; };
"org/gnome/mutter/wayland/keybindings" = { "org/gnome/mutter/wayland/keybindings" = {
restore-shortcuts = "@as []"; restore-shortcuts = "disabled";
}; };
}; };
} }