Convert XSession from fluxbox to the more traditional Xfce4
[catalyst-swc.git] / bin / fsscript.sh
1 #!/bin/bash
2
3 # general tweaks
4 echo 'source /etc/profile.d/nobeep.sh' >> /home/swc/.bashrc 
5
6 # fluxbox tweaks
7 mkdir /home/swc/.fluxbox
8 su swc fluxbox-generate_menu
9
10 # xfce tweaks
11 sed -i 's/TerminalEmulator=Terminal/TerminalEmulator=xterm/' /etc/xdg/xfce4/helpers.rc
12
13 # make sure there are no root-owned files in ~swc
14 chown -R swc:users /home/swc