diff options
| author | Raul Benencia <id@rbenencia.name> | 2026-08-06 16:25:35 -0700 |
|---|---|---|
| committer | Raul Benencia <id@rbenencia.name> | 2026-08-06 16:25:35 -0700 |
| commit | accce384593aede3c4c76e175c8630142cb6a7b1 (patch) | |
| tree | 3cf1124a5f7b40dbf8fac50a5e8a613f14062b71 /bin/gnome-set-config | |
| parent | e9075a27ed3dad6416ffca31f733e0f2de46e00e (diff) | |
emacs: single window when capturing
Diffstat (limited to 'bin/gnome-set-config')
| -rwxr-xr-x | bin/gnome-set-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gnome-set-config b/bin/gnome-set-config index 0a05ad7..70b4812 100755 --- a/bin/gnome-set-config +++ b/bin/gnome-set-config @@ -93,7 +93,7 @@ dconf write /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/ema dconf write /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/emacs/name "'Emacs'" dconf write /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/org-mode/binding "'<Shift><Super>o'" -dconf write /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/org-mode/command "'emacsclient -e \"(prot-window-popup-org-capture)\"'" +dconf write /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/org-mode/command "'emacsclient -e \"(rul-window-popup-org-capture)\"'" dconf write /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/org-mode/name "'org-capture'" dconf write /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/move-windows/binding "'<Shift><Super>m'" |
