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