diff options
| author | BardofSprites <[email protected]> | 2024-11-10 23:52:39 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-11-10 23:52:39 -0500 |
| commit | a6ab365ffb97bdd9ce90bcf0107bf268c3031cd3 (patch) | |
| tree | ab85eac3d0fd1706cb6bdd5980ab0aca32967ebd | |
| parent | 6d0fea7cda927b82b20f01acc62187e0a3fc528f (diff) | |
change functions
| -rw-r--r-- | fvwm/.fvwm/config | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/fvwm/.fvwm/config b/fvwm/.fvwm/config index 9a8cd21..1f9be5c 100644 --- a/fvwm/.fvwm/config +++ b/fvwm/.fvwm/config @@ -30,6 +30,7 @@ # The following is used in various menus and also sets the terminal # that FvwmConsole uses. Change this to your terminal of choice InfoStoreAdd terminal st +InfoStoreAdd altterminal urxvtc ImagePath +:$[FVWM_USERDIR]/icon/PixelFengShui ImagePath +:$[FVWM_USERDIR]/icon/PixelFengShui/24 @@ -370,7 +371,7 @@ Test (x pcmanfm) + "&Files%Bonsai-24x24.png%" Exec exec pcmanfm # + "Cali&bre%yukata-24x24.png%" Exec exec flatpak run com.calibre_ebook.calibre + "" Nop Test (x emacs) + "&Agenda%Kakejiku-24x24.png%" Exec exec emacsclient -c -e '(bard/default-agenda)' -Test (x emacs) + "&Calendar%Kanban (sign)-24x24.png%" Exec exec emacsclient -c -e '(progn (calendar)(delete-other-windows))' +Test (x emacs) + "&Calendar%Kanban (sign)-24x24.png%" Exec exec emacsclient -c -e '(bard/open-calendar)' Test (x emacs) + "&Email%Kinchaku (drawstring bag)-24x24.png%" Exec exec emacsclient -c -e '(notmuch-hello)' Test (x emacs) + "&Music%Shamisen-24x24.png%" Exec exec emacsclient -c -e '(emms)' Test (x emacs) + "&RSS%Shichirin (charcoal brazier)-24x24.png%" Exec exec emacsclient -c -e '(elfeed)' @@ -637,11 +638,12 @@ Mouse 8 A 4 Scroll 0 100p #### Programs Keybinding # Silent Key Return A 4 Exec exec $[infostore.terminal] -g 80x32 Silent Key Return A 4 Exec exec $[infostore.terminal] +Silent Key Return A 4C Exec exec $[infostore.altterminal] Silent Key Return A 4S Exec exec emacsclient -c -e '(bard/open-terminal-in-current-directory)' Silent Key Backslash A 4 Exec exec $[infostore.terminal] -e bc -l Silent Key E A 4 Exec exec emacs -Silent Key N A 4 LimitApplication Emacs emacsclient -c -Silent Key D A 4 Exec exec dmenu_run +Silent Key N A 4 exec emacsclient -c +Silent Key D A 4 Exec exec dmenu_run -c -l 15 # browser Silent Key W A 4 Exec exec librewolf-bin |
