Compare commits

..

No commits in common. "cee6e6cb2d71e496f866f7b51f98cf2de9e30a5e" and "ff3e42266370e88c884cd36b837b3d8d204499ed" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View file

@ -11,6 +11,3 @@ org.signal.Signal
# Multimedia
com.spotify.Client
# Miscellanious
com.github.tchx84.Flatseal

View file

@ -66,12 +66,11 @@
"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/"
];
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
"binding" = "<Super>Return";
"command" = "emacsclient -c";
"command" = "emacsclient";
"name" = "Emacs (Client)";
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = {
@ -79,11 +78,6 @@
"command" = "emacsclient -c -e '(progn (set-frame-size nil 80 24) (vterm t))'";
"name" = "Terminal (Emacs Vterm)";
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2" = {
"binding" = "<Shift><Super>t";
"command" = "kgx";
"name" = "Terminal (Console)";
};
};
############