shuffle around stuff, make startup/logout work better, better xresources

master
an 2020-03-16 21:28:47 -04:00
parent 40f3a523a3
commit 4f1e686725
8 changed files with 14 additions and 8 deletions

View File

@ -1,8 +1,7 @@
*TkTheme: clam
*Menu.background: Black
*Menu.foreground: White
Oneko.noshape: true
Oneko.reverse: true
Emacs.font: Source Code Pro-12
Emacs.font: -*-Source Code Pro-semibold-r-normal-*-*-120-*-*-m-*-iso10646-1
Emacs.width: 80
Emacs.height: 30

3
system/autostart/00-pre.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
xset -dpms
xrdb -merge ~/rc/applications/xresources

2
system/autostart/10-mpd.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec mpd --no-daemon

2
system/autostart/20-ibus.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec ibus-daemon

2
system/autostart/90-oneko.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec oneko -sakura -tofocus

View File

@ -15,10 +15,4 @@ export DOOMWADDIR=/media/store/games/doom/iwads
export EDITOR=vim
export WINEPREFIX=$HOME/progs/winepfx
# run user startup jobs
xrdb -merge ~/rc/applications/Xresources
ibus-daemon &
mpd &
oneko -sakura -tofocus &
## EOF

4
system/shutdown/00-logout.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
killall mpd
killall mozc_server
killall oneko