Sway & Gnome : Remove redundant keys.
This commit is contained in:
parent
dcf2745926
commit
29e390a62a
|
@ -62,8 +62,6 @@ in {
|
|||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
custom-keybindings = [
|
||||
"/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-zoom-in = [ "" ];
|
||||
|
@ -78,18 +76,6 @@ in {
|
|||
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" = {
|
||||
focus-active-notification = [ "" ];
|
||||
open-application-menu = [ "" ];
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
in {
|
||||
text = ''
|
||||
bindsym ${mod}+c exec 'systemctl reboot -i'
|
||||
bindsym ${mod}+f exec 'swayscript montoggle'
|
||||
bindsym ${mod}+l exec 'powerlimit toggle'
|
||||
bindsym ${mod}+m exec 'swayscript montoggle'
|
||||
bindsym ${mod}+p exec 'powersave toggle'
|
||||
|
|
Loading…
Reference in a new issue