From 38c47ee87d3db3af16d0bb1febabcdb2cf9551a4 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Tue, 19 Aug 2014 11:20:34 -0600 Subject: [PATCH] Made changes --- desktop.txt | 1 + i3config | 10 +++------- zshrc | 2 ++ 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/desktop.txt b/desktop.txt index 6d1f58b..c557d46 100644 --- a/desktop.txt +++ b/desktop.txt @@ -35,6 +35,7 @@ exiv2 xdotool htop wicd-daemon +wicd-curses firefox thunderbird midori diff --git a/i3config b/i3config index 3489d6f..7770bf1 100644 --- a/i3config +++ b/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) diff --git a/zshrc b/zshrc index 2b432bf..33767aa 100644 --- a/zshrc +++ b/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