Modifications
This commit is contained in:
parent
8facafa3e0
commit
38b3332eab
@ -3,7 +3,7 @@ set $mod Mod4
|
|||||||
set $x_switch workspace
|
set $x_switch workspace
|
||||||
|
|
||||||
# Assignments
|
# Assignments
|
||||||
for_window [class=ownCloud] floating disable
|
for_window [class=nextcloud] floating disable
|
||||||
assign [class=Firefox] 2
|
assign [class=Firefox] 2
|
||||||
assign [class=google-chrome] 2
|
assign [class=google-chrome] 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!
|
# Turn off numlock!
|
||||||
exec --no-startup-id /usr/bin/numlockx
|
exec --no-startup-id /usr/bin/numlockx
|
||||||
# Run firefox/firefox-bin
|
# 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
|
# 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
|
# Start kdeconnect
|
||||||
exec --no-startup-id "~/bin/indicator-kdeconnect"
|
exec --no-startup-id "~/bin/indicator-kdeconnect"
|
||||||
|
# riot
|
||||||
|
exec --no-startup-id riot-web --hidden
|
||||||
# vim: ts=2:sw=2:et
|
# vim: ts=2:sw=2:et
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
!URxvt.font: xft:Terminus:size=12
|
!URxvt.font: xft:Terminus:size=12
|
||||||
!URxvt.font: xft:Neep:size=13
|
!URxvt.font: xft:Neep:size=13
|
||||||
!URxvt.font: xft:Courier New:size=12
|
!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.faceName: -*-*-*-*-*-*-10-*-*-*-*-*-*-*
|
||||||
!URxvt.font: xft:Fixed:style=SemiCondensed:size=16
|
!URxvt.font: xft:Fixed:style=SemiCondensed:size=16
|
||||||
|
|
||||||
|
@ -284,10 +284,6 @@ if test -f /etc/gentoo-release; then
|
|||||||
}
|
}
|
||||||
update(){
|
update(){
|
||||||
# If this is a server computer
|
# 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'
|
sudo rm -f '/usr/portage/metadata/timestamp.chk'
|
||||||
if ex eix-update; then
|
if ex eix-update; then
|
||||||
sudo zsh -c "emaint sync -a&&eix-update"
|
sudo zsh -c "emaint sync -a&&eix-update"
|
||||||
|
Loading…
Reference in New Issue
Block a user