diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-03-05 12:46:32 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-03-05 12:46:32 +0100 |
| commit | 6dc16e1476e55ea34b32bee558d429d7d11d0e9e (patch) | |
| tree | b13dfeb695c9365c1a67e303b524086cf7f65e52 /.fvwm2rc | |
| parent | 320cc91398a17f57da0296ffc64ddcbb64921df1 (diff) | |
update
Diffstat (limited to '.fvwm2rc')
| -rw-r--r-- | .fvwm2rc | 33 |
1 files changed, 18 insertions, 15 deletions
@@ -21,8 +21,8 @@ EdgeResistance 100000 100000 DeskTopSize 2x2 -#ImagePath /usr/X11R6/include/X11/pixmaps/ -#ImagePath /usr/share/pixmaps/ +ImagePath /usr/X11R6/include/X11/pixmaps/ +ImagePath /usr/share/pixmaps/ Style "*" BorderWidth 4, HandleWidth 4 Style "Fvwm*" NoTitle, Sticky, WindowListSkip @@ -34,16 +34,20 @@ Style "gkrellm" NoTitle, Sticky, WindowListSkip, CirculateSkip #Style "*unknown*" NoTitle, BorderWidth 0, NoHandles, WindowListSkip #Style "rxvt" Icon Monitor.xpm -#Style "xterm" Icon Monitor.xpm -#Style "uxterm" Icon Monitor.xpm +Style "xterm" Icon Monitor.xpm +Style "uxterm" Icon Monitor.xpm #========================================================================# # Stuff to do at start-up # AddToFunc "StartFunction" -+ "I" Module FvwmPager 0 0 -+ "I" Exec dunst ++ I Exec xsetroot -solid '#103040' ++ I Test (Init) Exec stalonetray ++ I Test (Init) Exec nm-applet ++ I Exec status2 +#+ "I" Module FvwmPager 0 0 +#+ "I" Exec dunst #+ "I" Exec xsetroot -solid rgb:3/4/5 #+ "I" Exec setxkbmap fr #+ "I" Exec synclient VertScrollDelta=-114 @@ -111,7 +115,7 @@ DestroyMenu "Settings" AddToMenu "Settings" + "&Display" Exec exec arandr #+ "&Keyboard" Exec exec setxkbmap fr -+ "&Network" Exec exec nm-connection-editor ++ "&Network" Exec exec nm-applet + "&Power" Exec exec xt -e sudo powertop + "&Sound" Exec exec pavucontrol @@ -130,16 +134,15 @@ AddToMenu "Utilities" #+ "&Top" Exec exec uxterm -T Top -n Top -e top #+ "&Xterm" Exec exec urxvtc +sb -sl 500 -j -ls -cr red + "&Xterm" Exec exec xt -+ "&Black Xterm" Exec exec xtb ++ "&Black Xterm" Exec exec xt -bg black -fg grey70 + "File manager" Exec exec pcmanfm-qt + "&Top" Exec exec xt -T Top -n Top -e /bin/top -#+ "&Web" Exec exec chromium --disk-cache-dir=/tmp/chromium-cache ++ "&Web" Exec exec chromium --disk-cache-dir=/tmp/chromium-cache #+ "&Web" Exec exec brave -+ "&Firefox" Exec exec firefox -+ "&Chromium" Exec exec chromium --disk-cache-dir=/tmp/chromium-cache +#+ "&Firefox" Exec exec firefox +#+ "&Chromium" Exec exec chromium --disk-cache-dir=/tmp/chromium-cache + "T&hunderbird" Exec exec thunderbird #+ "xclipboard" Exec exec xclipboard -#+ "" Nop + "" Nop + "&System" Popup Settings + "&Desktop" Popup Desktop-Apps @@ -160,8 +163,8 @@ AddToMenu "Window Ops" + "(Un)Stick" Stick + "(Un)Maximize Alt+F12" Function maximize_func + "" Nop -+ "&Kill" Destroy -+ "&Close" Delete ++ "&Kill" Destroy ++ "&Close Alt+F9" Delete + "" Nop + "Switch to..." WindowList + "Refresh Screen" Refresh @@ -177,7 +180,7 @@ AddToMenu "Window-Ops2" "&Move Alt+F5" Move-or-Raise + "Ma&ximize Alt+F12" Maximize 100 100 + "" Nop + "&Kill" Destroy -+ "&Close" Delete ++ "&Close Alt+F9" Delete #========================================================================# # |
