Compare commits
3 commits
ff3e422663
...
cee6e6cb2d
Author | SHA1 | Date | |
---|---|---|---|
cee6e6cb2d | |||
09f0798068 | |||
959f76b0fc |
2 changed files with 10 additions and 1 deletions
|
@ -11,3 +11,6 @@ org.signal.Signal
|
|||
|
||||
# Multimedia
|
||||
com.spotify.Client
|
||||
|
||||
# Miscellanious
|
||||
com.github.tchx84.Flatseal
|
||||
|
|
|
@ -66,11 +66,12 @@
|
|||
"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";
|
||||
"command" = "emacsclient -c";
|
||||
"name" = "Emacs (Client)";
|
||||
};
|
||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = {
|
||||
|
@ -78,6 +79,11 @@
|
|||
"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)";
|
||||
};
|
||||
};
|
||||
|
||||
############
|
||||
|
|
Loading…
Add table
Reference in a new issue