From c4982ac9ff2300d985c1e3506a7353ade3508591 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 30 Apr 2023 15:26:10 +0200 Subject: update --- .fvwm2rc | 3 ++- .profile | 2 ++ .xinitrc | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.fvwm2rc b/.fvwm2rc index be43293..abfb5b2 100644 --- a/.fvwm2rc +++ b/.fvwm2rc @@ -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 diff --git a/.profile b/.profile index 809ee2a..ed13c3d 100644 --- a/.profile +++ b/.profile @@ -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 diff --git a/.xinitrc b/.xinitrc index a66e8a5..cc883a3 100644 --- a/.xinitrc +++ b/.xinitrc @@ -26,5 +26,6 @@ xrdb ~/.Xresources #status2 & # Start window manager -exec fvwm +#exec fvwm +dbus-launch --exit-with-session fvwm #exec i3 -- cgit v1.2.3