Sway & Gnome : Remove redundant keys.

This commit is contained in:
Dmitry Voronin 2024-06-04 20:00:36 +03:00
parent dcf2745926
commit 29e390a62a
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 0 additions and 15 deletions

View file

@ -62,8 +62,6 @@ in {
"org/gnome/settings-daemon/plugins/media-keys" = { "org/gnome/settings-daemon/plugins/media-keys" = {
custom-keybindings = [ custom-keybindings = [
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/" "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/"
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/"
]; ];
magnifier = [ "" ]; magnifier = [ "" ];
magnifier-zoom-in = [ "" ]; magnifier-zoom-in = [ "" ];
@ -78,18 +76,6 @@ in {
name = "gnome-terminal"; name = "gnome-terminal";
}; };
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = {
binding = "<Shift>${mod}${key.action.exit}";
command = "gnome-session-quit --power-off";
name = "gnome-poweroff";
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2" = {
binding = "<Primary>${key.gnome.launch.terminal}";
command = "kgx -- btop";
name = "System Monitor";
};
"org/gnome/shell/keybindings" = { "org/gnome/shell/keybindings" = {
focus-active-notification = [ "" ]; focus-active-notification = [ "" ];
open-application-menu = [ "" ]; open-application-menu = [ "" ];

View file

@ -3,7 +3,6 @@
in { in {
text = '' text = ''
bindsym ${mod}+c exec 'systemctl reboot -i' bindsym ${mod}+c exec 'systemctl reboot -i'
bindsym ${mod}+f exec 'swayscript montoggle'
bindsym ${mod}+l exec 'powerlimit toggle' bindsym ${mod}+l exec 'powerlimit toggle'
bindsym ${mod}+m exec 'swayscript montoggle' bindsym ${mod}+m exec 'swayscript montoggle'
bindsym ${mod}+p exec 'powersave toggle' bindsym ${mod}+p exec 'powersave toggle'