Changes
This commit is contained in:
parent
04b20dbf5f
commit
a569503079
@ -184,18 +184,17 @@ exec --no-startup-id "~/.i3/run.sh wall"
|
|||||||
#startup
|
#startup
|
||||||
exec --no-startup-id xmodmap ~/.xmodmap
|
exec --no-startup-id xmodmap ~/.xmodmap
|
||||||
exec --no-startup-id /home/stonewareslord/xmodmap.sh
|
exec --no-startup-id /home/stonewareslord/xmodmap.sh
|
||||||
exec --no-startup-id i3-msg /usr/bin/redshift t -l 36.3:-80.3 -t 2000:2000
|
#exec --no-startup-id i3-msg /usr/bin/redshift t -l 36.3:-80.3 -t 2000:2000
|
||||||
# exec --no-startup-id i3-msg 'workspace 2; exec /usr/bin/firefox'
|
# exec --no-startup-id i3-msg 'workspace 2; exec /usr/bin/firefox'
|
||||||
exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/urxvt'
|
exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/urxvt'
|
||||||
exec --no-startup-id /usr/bin/shutter --min_at_startup
|
exec --no-startup-id /usr/bin/shutter --min_at_startup
|
||||||
exec --no-startup-id /usr/bin/screen -dmS syncthing /home/stonewareslord/Applications/syncthing/syncthing
|
exec --no-startup-id /usr/bin/screen -dmS syncthing /home/stonewareslord/Applications/syncthing/syncthing
|
||||||
exec --no-startup-id "sleep 25;/usr/bin/owncloud"
|
exec --no-startup-id "sleep 25;/usr/bin/owncloud"
|
||||||
exec --no-startup-id /usr/bin/gtk-redshift -l 36.3:-80.3 -t 6500:4000
|
exec --no-startup-id /usr/bin/gtk-redshift -l 36.3:-80.3 -t 4000:2000
|
||||||
exec --no-startup-id /usr/bin/parcellite
|
exec --no-startup-id /usr/bin/parcellite
|
||||||
exec --no-startup-id /usr/bin/numlockx
|
exec --no-startup-id /usr/bin/numlockx
|
||||||
#exec --no-startup-id /usr/bin/synapse -s
|
#exec --no-startup-id /usr/bin/synapse -s
|
||||||
exec --no-startup-id /usr/bin/zeal
|
exec --no-startup-id /usr/bin/zeal
|
||||||
exec --no-startup-id /usr/bin/xset -b
|
|
||||||
exec --no-startup-id /bin/zsh -c 'pidof syncthing||screen -dmS syncthing /home/stonewareslord/applications/syncthing/syncthing '
|
exec --no-startup-id /bin/zsh -c 'pidof syncthing||screen -dmS syncthing /home/stonewareslord/applications/syncthing/syncthing '
|
||||||
exec --no-startup-id /usr/bin/udiskie -tv
|
exec --no-startup-id /usr/bin/udiskie -tv
|
||||||
#smart_borders on
|
#smart_borders on
|
||||||
|
10
i3/run.sh
10
i3/run.sh
@ -31,3 +31,13 @@ if len(swap) == 2:
|
|||||||
i3.command('move', 'workspace to output right')
|
i3.command('move', 'workspace to output right')
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
if [ "$1" = "boot" ];then
|
||||||
|
/usr/bin/xset s noblank
|
||||||
|
/usr/bin/xset s off
|
||||||
|
/usr/bin/xset -dpms
|
||||||
|
/usr/bin/xset -b
|
||||||
|
/usr/bin/xset +fp /usr/share/fonts/X11/misc
|
||||||
|
/usr/bin/xset +fp /usr/share/fonts/X11/Type1
|
||||||
|
/usr/bin/xset +fp built-ins
|
||||||
|
/usr/local/bin/i3||/usr/bin/i3
|
||||||
|
fi
|
||||||
|
10
i3/xsession
10
i3/xsession
@ -1,6 +1,4 @@
|
|||||||
exec /usr/bin/ck-launch-session /usr/local/bin/i3
|
exec ~/.i3/run.sh boot
|
||||||
exec /usr/bin/xset s off
|
#exec /usr/bin/ck-launch-session /usr/local/bin/i3
|
||||||
exec /usr/bin/xset -dpms
|
#exec numlockx&
|
||||||
exec /usr/bin/xset s noblank
|
#exec syndaemon -i .5 -d&
|
||||||
exec numlockx&
|
|
||||||
exec syndaemon -i .5 -d&
|
|
||||||
|
@ -178,6 +178,8 @@ set nocompatible
|
|||||||
set ignorecase
|
set ignorecase
|
||||||
set textwidth=0
|
set textwidth=0
|
||||||
syntax on
|
syntax on
|
||||||
|
let g:signify_vcs_list = [ 'git', 'svn' ]
|
||||||
|
let g:signify_difftool = 'diff'
|
||||||
let g:ctrlp_root_markers = ['.cproot']
|
let g:ctrlp_root_markers = ['.cproot']
|
||||||
let g:ctrlp_custom_ignore = {
|
let g:ctrlp_custom_ignore = {
|
||||||
\ 'dir': '\v[\/](\.git|\.hg|\.svn|vendor)$',
|
\ 'dir': '\v[\/](\.git|\.hg|\.svn|vendor)$',
|
||||||
|
Loading…
Reference in New Issue
Block a user