From 9f2b0f110c7c34a1dadb8f460fa76e0810e98982 Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:06:09 -0400 Subject: emacs and settings to menu --- fvwm/.fvwm/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'fvwm') 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/ -- cgit v1.2.3