Modifications

This commit is contained in:
Austen Adler 2018-02-13 12:18:40 -05:00
parent 8facafa3e0
commit 38b3332eab
3 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@ set $mod Mod4
set $x_switch workspace
# Assignments
for_window [class=ownCloud] floating disable
for_window [class=nextcloud] floating disable
assign [class=Firefox] 2
assign [class=google-chrome] 2
assign [class=Google-chrome] 2
@ -200,9 +200,12 @@ exec --no-startup-id /usr/bin/gpaste-client dr
# Turn off numlock!
exec --no-startup-id /usr/bin/numlockx
# Run firefox/firefox-bin
exec --no-startup-id firefox -p sync || firefox-bin -p sync
exec --no-startup-id firefox -p a || firefox-bin -p a
# Start syncthing if it hasn't already been started
exec --no-startup-id /bin/zsh -c 'pidof syncthing||screen -dmS syncthing ~/bin/syncthing'
#exec --no-startup-id /bin/zsh -c 'pidof syncthing||screen -dmS syncthing ~/bin/syncthing'
exec --no-startup-id nextcloud
# Start kdeconnect
exec --no-startup-id "~/bin/indicator-kdeconnect"
# riot
exec --no-startup-id riot-web --hidden
# vim: ts=2:sw=2:et

View File

@ -6,7 +6,8 @@
!URxvt.font: xft:Terminus:size=12
!URxvt.font: xft:Neep:size=13
!URxvt.font: xft:Courier New:size=12
URxvt.font: xft:Gohu GohuFont:size=12
!URxvt.font: xft:Gohu GohuFont:size=12
URxvt.font: xft:Misc Termsynu:size=13
!URxvt.faceName: -*-*-*-*-*-*-10-*-*-*-*-*-*-*
!URxvt.font: xft:Fixed:style=SemiCondensed:size=16

View File

@ -284,10 +284,6 @@ if test -f /etc/gentoo-release; then
}
update(){
# If this is a server computer
if [ "$(hostname)" = "SGen" ] ; then
echo "You're a server. Exiting"
return
fi
sudo rm -f '/usr/portage/metadata/timestamp.chk'
if ex eix-update; then
sudo zsh -c "emaint sync -a&&eix-update"