diff options
| author | Daniel <[email protected]> | 2024-07-23 11:06:09 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-07-23 11:07:10 -0400 |
| commit | 9f2b0f110c7c34a1dadb8f460fa76e0810e98982 (patch) | |
| tree | eaa1f64d696018f8f7e13e4cdaec6547287f7447 /fvwm/.fvwm | |
| parent | d2acff5bcd8d88789c9b20e4cf6bb755dc641f65 (diff) | |
emacs and settings to menu
Diffstat (limited to 'fvwm/.fvwm')
| -rw-r--r-- | fvwm/.fvwm/config | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fvwm/.fvwm/config b/fvwm/.fvwm/config index ed70b44..022ec5f 100644 --- a/fvwm/.fvwm/config +++ b/fvwm/.fvwm/config @@ -32,6 +32,7 @@ InfoStoreAdd terminal st ImagePath +:$[FVWM_USERDIR]/icon/PixelFengShui +ImagePath +:$[FVWM_USERDIR]/icon/PixelFengShui/24 ImagePath +:$[FVWM_USERDIR]/icon/Yoritsuki ImagePath +:$[FVWM_USERDIR]/icon/Yoritsuki/24 @@ -323,8 +324,10 @@ MenuStyle * Font "xft:Iosevka Comfy:Italic:size=14:antialias=True" DestroyMenu MenuFvwmRoot AddToMenu MenuFvwmRoot "Fvwm Menu" Title + "&Programs%Kanban (sign)-24x24.png%" Popup MenuPrograms ++ "&Media%Kakejiku-24x24.png%" Popup MenuEmacsApps + "&Terminal%Yunomi (tea cup)-24x24.png%" Exec exec $[infostore.terminal] + "" Nop ++ "&Settings%Yagura1 (hot spring tower)-24x24.png%" Popup MenuSettings + "&Wallpapers%Folder2-24x24.png%" Popup MenuWallpaper + "" Nop + "Re&fresh%Futon (bed)-24x24.png%" Refresh @@ -353,6 +356,19 @@ AddToMenu MenuWallpaper "Wallpaper" Title + "Choose wallpaper" Exec exec $HOME/.local/bin/scripts/wallpaper.sh + "Repaint wallpaper" Exec exec $HOME/.cache/wallpaper +DestroyMenu MenuEmacsApps +AddToMenu MenuEmacsApps ++ "Music" Exec exec emacsclient -c -e '(emms)' ++ "RSS" Exec exec emacsclient -c -e '(elfeed)' ++ "Email" Exec exec emacsclient -c -e '(notmuch-hello)' + +DestroyMenu MenuSettings +AddToMenu MenuSettings +Test (x nmtui) + "Network" Exec exec st -e nmtui +Test (x arandr) + "Display" Exec exec arandr +Test (x btop) + "System" Exec exec st -e btop +Test (x blueman-manager) + "Bluetooth" Exec exec blueman-manager + # Background Menu # # Backgrounds are located in ~/.fvwm/images/background/ |
