diff --git a/i3/config b/i3/config index 5c1da54..9c8e37d 100644 --- a/i3/config +++ b/i3/config @@ -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 diff --git a/shells/Xresources b/shells/Xresources index 27fec2a..3b15c6d 100644 --- a/shells/Xresources +++ b/shells/Xresources @@ -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 diff --git a/shells/zshrc b/shells/zshrc index 4688820..32f6e40 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -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"