diff options
| -rw-r--r-- | .fvwm2rc | 3 | ||||
| -rw-r--r-- | .profile | 2 | ||||
| -rw-r--r-- | .xinitrc | 3 |
3 files changed, 6 insertions, 2 deletions
@@ -132,7 +132,8 @@ AddToMenu "Utilities" + "Aterm&2" Exec exec xt -fa Hack -fs 10 -bg black -fg grey70 #+ "File manager" Exec exec pcmanfm-qt + "&Top" Exec exec xt -T Top -n Top -e top -+ "&Web" Exec exec chromium --disk-cache-dir=/tmp/chromium-cache +#+ "&Web" Exec exec chromium --disk-cache-dir=/tmp/chromium-cache ++ "&Web" Exec exec google-chrome-stable + "&Mail" Exec exec thunderbird #+ "xclipboard" Exec exec xclipboard + "" Nop @@ -7,6 +7,8 @@ PATH=~/bin:~/mu/bin:/usr/local/sbin:/usr/sbin:/sbin:~/.cargo/bin:$PATH:~/go/bin export MUSRC=$HOME/build +export FONTCONFIG_PATH=/etc/fonts + [ "${SHELL##*/}" = bash ] && . ~/.bashrc tabs -4 @@ -26,5 +26,6 @@ xrdb ~/.Xresources #status2 & # Start window manager -exec fvwm +#exec fvwm +dbus-launch --exit-with-session fvwm #exec i3 |
