Made changes
This commit is contained in:
parent
9279574e74
commit
38c47ee87d
@ -35,6 +35,7 @@ exiv2
|
||||
xdotool
|
||||
htop
|
||||
wicd-daemon
|
||||
wicd-curses
|
||||
firefox
|
||||
thunderbird
|
||||
midori
|
||||
|
10
i3config
10
i3config
@ -5,14 +5,14 @@ bindsym XF86AudioMute exec "amixer -D pulse set Master 1+ toggle"
|
||||
|
||||
#screensaver
|
||||
bindsym $mod+Shift+z exec "i3lock -i ~/.i3/wall.png; sleep 60; pgrep i3lock && xset dpms force off"
|
||||
exec xautolock -time 3 -locker 'i3lock -i ~/.i3/wall.png; sleep 60; pgrep i3lock && xset dpms force off' &
|
||||
exec --no-startup-id xautolock -time 3 -locker 'i3lock -i ~/.i3/wall.png; sleep 60; pgrep i3lock && xset dpms force off' &
|
||||
|
||||
#startup
|
||||
exec --no-startup-id i3-msg 'workspace 10; exec /home/stonewareslord/xmodmap.sh&/usr/bin/owncloud&/usr/bin/redshift t -l 36.3:-80.3 -t 6500:4000&wicd-gtk&'
|
||||
exec --no-startup-id i3-msg 'workspace 10; exec /home/stonewareslord/applications/Telegram/Telegram&'
|
||||
exec --no-startup-id i3-msg 'workspace 2; exec /usr/bin/firefox&'
|
||||
exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/konsole -e wemux&'
|
||||
exec --no-startup-id nitrogen --restore
|
||||
exec --no-startup-id i3-msg 'nitrogen --restore'
|
||||
|
||||
#colors
|
||||
# color defines for zenburn styled i3
|
||||
@ -50,10 +50,6 @@ bar {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
new_window pixel 1
|
||||
# split in vertical orientation
|
||||
bindsym $mod+v split h
|
||||
@ -196,7 +192,7 @@ bindsym $mod+Shift+r reload
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
bindsym $mod+grave exec "i3lock -i ~/.i3/wall.png; sleep 60; pgrep i3lock && xset dpms force off"
|
||||
#
|
||||
bindsym $mod+Shift+grave exec "gksu pm-suspend; i3lock -i ~/.i3/wall.png"
|
||||
bindsym $mod+Shift+grave exec "~/.i3/sleep.sh"
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
bindsym $mod+q restart
|
||||
# exit i3 (logs you out of your X session)
|
||||
|
2
zshrc
2
zshrc
@ -124,6 +124,8 @@ alias ytdl="youtube-dl $@ -x --audio-format mp3 --audio-quality 0 -c -o '%(title
|
||||
alias tux="wemux"
|
||||
alias rmgit="git remote rm origin;git remote rm https;git remote rm oOrigin;git remote rm oHttps"
|
||||
alias g="git $@"
|
||||
alias -s html="firefox"
|
||||
alias -s log="less -MN"
|
||||
function cinitify(){
|
||||
mkdir $2
|
||||
cd $2
|
||||
|
Loading…
Reference in New Issue
Block a user