From ad3388ce6dfe9ab61e0e2fe904efa06989fea823 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 21 Mar 2020 15:38:28 +0000 Subject: fix newer steam client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit windows would move on their own ☹ --- components/styles/Applications | 1 + 1 file changed, 1 insertion(+) diff --git a/components/styles/Applications b/components/styles/Applications index 7302a93..7b7276a 100644 --- a/components/styles/Applications +++ b/components/styles/Applications @@ -15,3 +15,4 @@ Style Pidgin MiniIcon $[FVWM_USERDIR]/icons/$[Icon_Theme]/22x22/apps/pidgin.png Style vlc Unmanaged Style "*VLC media player" !Unmanaged +Style Steam MoveByProgramMethod IgnoreGravity -- cgit v1.2.3 From 3194ef7069bbd5c1bebf67043c4a0df4d79523a2 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 10 Apr 2020 16:25:26 +0100 Subject: maybe fix arduino --- components/styles/Applications | 1 + 1 file changed, 1 insertion(+) diff --git a/components/styles/Applications b/components/styles/Applications index 7b7276a..13c9701 100644 --- a/components/styles/Applications +++ b/components/styles/Applications @@ -16,3 +16,4 @@ Style Pidgin MiniIcon $[FVWM_USERDIR]/icons/$[Icon_Theme]/22x22/apps/pidgin.png Style vlc Unmanaged Style "*VLC media player" !Unmanaged Style Steam MoveByProgramMethod IgnoreGravity +Style "*Arduino*" Lenience -- cgit v1.2.3 From 93717e7de77d32add34a81d63caedcfa3c9567d2 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 28 Jun 2020 14:10:29 +0100 Subject: mic mute button --- components/bindings/Multimedia_Keys | 2 ++ components/functions/Mixer | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/components/bindings/Multimedia_Keys b/components/bindings/Multimedia_Keys index 4fa6151..deaf0ab 100644 --- a/components/bindings/Multimedia_Keys +++ b/components/bindings/Multimedia_Keys @@ -1,10 +1,12 @@ Key XF86AudioRaiseVolume A $[Mod0] Change-Volume-Up Key XF86AudioLowerVolume A $[Mod0] Change-Volume-Down Key XF86AudioMute A $[Mod0] Mixer-Volume-Toggle +Key XF86AudioMute A $[Mod0]S Mixer-Input-Toggle Key XF86AudioRaiseVolume A $[Mod1] Change-Volume-Up Key XF86AudioLowerVolume A $[Mod1] Change-Volume-Down Key XF86AudioMute A $[Mod1] Mixer-Volume-Toggle +Key XF86AudioMute A $[Mod1]S Mixer-Input-Toggle Key XF86Eject A $[Mod0] Mixer-Show Key F9 A $[Mod1] Mixer-Show diff --git a/components/functions/Mixer b/components/functions/Mixer index df236d2..eec5b65 100644 --- a/components/functions/Mixer +++ b/components/functions/Mixer @@ -10,6 +10,10 @@ DestroyFunc Mixer-Volume-Toggle AddToFunc Mixer-Volume-Toggle + I exec pactl set-sink-mute '@DEFAULT_SINK@' toggle >/dev/null +DestroyFunc Mixer-Input-Toggle +AddToFunc Mixer-Input-Toggle ++ I exec pactl set-source-mute '@DEFAULT_SOURCE@' toggle >/dev/null + DestroyFunc Mixer-Show AddToFunc Mixer-Show + I exec pavucontrol & -- cgit v1.2.3 From 298db654a0005950d8594cf0027eafac68d28f72 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 9 Aug 2020 09:57:10 +0100 Subject: new version --- .menu | 0 Version | 2 +- preferences/BROWSER | 1 + preferences/DesktopDirs | 17 +++++++++++++++++ preferences/EDITOR | 1 + preferences/FullScreenApps | 7 +++++++ preferences/ShowDirectories | 4 ++++ preferences/WallpaperThumbSize | 1 + 8 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .menu create mode 100644 preferences/BROWSER create mode 100644 preferences/DesktopDirs create mode 100644 preferences/EDITOR create mode 100644 preferences/FullScreenApps create mode 100644 preferences/ShowDirectories create mode 100644 preferences/WallpaperThumbSize diff --git a/.menu b/.menu new file mode 100644 index 0000000..e69de29 diff --git a/Version b/Version index b347b11..d15b8b0 100644 --- a/Version +++ b/Version @@ -1 +1 @@ -3.2.3 +3.6.5 diff --git a/preferences/BROWSER b/preferences/BROWSER new file mode 100644 index 0000000..fbb1db3 --- /dev/null +++ b/preferences/BROWSER @@ -0,0 +1 @@ +SetEnv BROWSER "/usr/bin/firefox" diff --git a/preferences/DesktopDirs b/preferences/DesktopDirs new file mode 100644 index 0000000..642c480 --- /dev/null +++ b/preferences/DesktopDirs @@ -0,0 +1,17 @@ +# preferences/DesktopDirs: +# FVWM-Crystal preference for desktop files +# Put in this file, all the directories that +# must be searched for application desktop files. +# Those directories will be searched by +# fvwm-crystal.generate-menu for the generation +# of the application menu. +# It must be one directory per line. +# Lines that begin with # will be ignored. +/usr/share/applications +#/usr/share/applications/kde +/usr/share/applications/kde4 +#/usr/share/gnome/apps +#/usr/local/share/applications +#/usr/kde/3.5/share/applications/kde +#/usr/kde/3.5/share/applnk +#/usr/kde/3.5/share/apps/kaoofinder/apps diff --git a/preferences/EDITOR b/preferences/EDITOR new file mode 100644 index 0000000..88c15af --- /dev/null +++ b/preferences/EDITOR @@ -0,0 +1 @@ +SetEnv EDITOR "/bin/nano" diff --git a/preferences/FullScreenApps b/preferences/FullScreenApps new file mode 100644 index 0000000..3465b62 --- /dev/null +++ b/preferences/FullScreenApps @@ -0,0 +1,7 @@ +# You can put here the applications you want to start +# in full screen, one by line. +# Lines starting with # are ignored. +# As name, You can use +# the window Name, Icon Name, Class or Resource. +#firefox +#evince diff --git a/preferences/ShowDirectories b/preferences/ShowDirectories new file mode 100644 index 0000000..0240e9a --- /dev/null +++ b/preferences/ShowDirectories @@ -0,0 +1,4 @@ +~/.fvwm-crystal ~/Developement/FVWM-Crystal/sourceforge/fvwm-crystal-code/ +~/Amiga +~/Elec +~/HTC ~/Backup_HTC diff --git a/preferences/WallpaperThumbSize b/preferences/WallpaperThumbSize new file mode 100644 index 0000000..90ab2fb --- /dev/null +++ b/preferences/WallpaperThumbSize @@ -0,0 +1 @@ +InfoStoreAdd WallpaperThumbSize 42 -- cgit v1.2.3 From 821e91b4b7cc844a8b6ac97314752967412dedd2 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 8 Aug 2020 17:29:10 +0100 Subject: tweaks for new version --- components/decorations/Buttons-os2-MiniIcon | 38 ----------------------------- recipes/Dakkar | 2 +- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 components/decorations/Buttons-os2-MiniIcon diff --git a/components/decorations/Buttons-os2-MiniIcon b/components/decorations/Buttons-os2-MiniIcon deleted file mode 100644 index 58b3cf5..0000000 --- a/components/decorations/Buttons-os2-MiniIcon +++ /dev/null @@ -1,38 +0,0 @@ -# 1st button - close -Mouse 1 1 $[Mod] Window-Button-Function Button1 /Window-Menu Close -Mouse 2 1 $[Mod] Window-Button-Function Button1 /Window-Menu Nop -Mouse 3 1 $[Mod] Window-Button-Function Button1 /Window-Menu Window-Iconify -Style * Button 1 - -# 2nd button - various ways to maximize a window -Mouse 1 2 $[Mod0] Window-Button-Function Button2 /Window-Menu-Maximize Window-Resize Maximize -Mouse 2 2 $[Mod0] Window-Button-Function Button2 /Window-Menu-Maximize Window-Resize H100 -Mouse 3 2 $[Mod0] Window-Button-Function Button2 /Window-Menu-Maximize Window-Resize V100 -Mouse 1 2 $[Mod1] Window-Button-Function Button2 /Window-Menu-Maximize Window-Resize VHgrow -Mouse 2 2 $[Mod1] Window-Button-Function Button2 /Window-Menu-Maximize Window-Resize Hgrow -Mouse 3 2 $[Mod1] Window-Button-Function Button2 /Window-Menu-Maximize Window-Resize Vgrow -Style * Button 2 - -# MiniIcon -Mouse 1 3 $[Mod] Window-Raise-MoveRaise -Mouse 2 3 $[Mod] Window-Shade-Resize -Mouse 3 3 $[Mod] Window-Lower-Move -Style * Button 3 - -# 4th button - iconify -Mouse 1 4 $[Mod] Window-Button-Function Button4 /Window-Menu Window-Iconify -Mouse 2 4 $[Mod] Window-Button-Function Button4 /Window-Menu Nop -Mouse 3 4 $[Mod] Window-Button-Function Button4 /Window-Menu Nop -Style * Button 4 - -Style * NoButton 5 - -Style * NoButton 6 - -Style * NoButton 7 - -Style * NoButton 8 - -Style * NoButton 9 - -Style * NoButton 0 diff --git a/recipes/Dakkar b/recipes/Dakkar index b541e17..64dfd2e 100644 --- a/recipes/Dakkar +++ b/recipes/Dakkar @@ -58,7 +58,7 @@ AddToFunc FvwmPagerWindow FvwmPagerWindow -FvwmTrayerPanel request pixel "24" top right "248" "4" +FvwmTrayerPanel request pixel "24" top right "248" "4" "" All (FvwmButtons-Panel) Close DestroyModuleConfig FvwmButtons-Panel: * -- cgit v1.2.3 From 029b1aba623ab65672efcb552aa794fa175d2901 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Tue, 11 Aug 2020 12:15:38 +0100 Subject: actually fix trayer --- recipes/Dakkar | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/Dakkar b/recipes/Dakkar index 64dfd2e..d579a88 100644 --- a/recipes/Dakkar +++ b/recipes/Dakkar @@ -58,7 +58,8 @@ AddToFunc FvwmPagerWindow FvwmPagerWindow -FvwmTrayerPanel request pixel "24" top right "248" "4" "" +FvwmTrayerPanel request pixel "24" top right "248" "4" +Style trayer UseStyle FvwmParts All (FvwmButtons-Panel) Close DestroyModuleConfig FvwmButtons-Panel: * -- cgit v1.2.3