@ -1,7 +1,11 @@
# applications {{{ #
# applications {{{ #
# startup {{{ #
# startup {{{ #
exec redshift -O 4000
exec redshift -O 4000
exec_always feh --bg-center ~/Pictures/Backgrounds/samurai-astronaut.jpg
# random bg
# exec_always feh -z --bg-fill ~/Pictures/Backgrounds/*
# exec_always feh --bg-fill ~/Pictures/Backgrounds/
# exec_always ~/.local/bin/wal -i "$HOME/Pictures/Backgrounds/"
exec_always ~/.local/bin/wal -i "$HOME/Pictures/Backgrounds/retro-mountains-pink.jpg"
exec imwheel
exec imwheel
exec --no-startup-id i3-msg 'workspace 1 ; exec terminator'
exec --no-startup-id i3-msg 'workspace 1 ; exec terminator'
exec --no-startup-id i3-msg 'workspace 2 ; exec terminator'
exec --no-startup-id i3-msg 'workspace 2 ; exec terminator'
@ -12,7 +16,9 @@ set $sch_dir "$HOME/Documents/School"
# app shortcuts {{{ #
# app shortcuts {{{ #
bindsym Mod4+a exec studio
bindsym Mod4+a exec studio
bindsym $mod+control+Return exec i3-sensible-terminal
# bindsym $mod+control+Return exec i3-sensible-terminal
# bindsym $mod+control+Return exec rxvt-unicode
bindsym $mod+control+Return exec xrdb .Xresources; exec rxvt-unicode
bindsym Mod4+c exec google-chrome
bindsym Mod4+c exec google-chrome
bindsym Mod4+e exec nemo
bindsym Mod4+e exec nemo
bindsym Mod4+o exec okular
bindsym Mod4+o exec okular
@ -24,9 +30,9 @@ bindsym Print exec ksnapshot
# redshift {{{ #
# redshift {{{ #
bindsym $mod+Mod4+1 exec redshift -O 1500
bindsym $mod+Mod4+1 exec redshift -O 1500
bindsym $mod+Mod4+2 exec redshift -O 2000
bindsym $mod+Mod4+2 exec redshift -O 2000
bindsym $mod+Mod4+3 exec redshift -O 30 00
bindsym $mod+Mod4+4 exec redshift -O 4 000
bindsym $mod+Mod4+5 exec redshift -O 5 000
bindsym $mod+Mod4+3 exec redshift -O 25 00
bindsym $mod+Mod4+4 exec redshift -O 3 000
bindsym $mod+Mod4+5 exec redshift -O 4 000
bindsym $mod+Mod4+0 exec redshift -x
bindsym $mod+Mod4+0 exec redshift -x
# }}} redshift #
# }}} redshift #
@ -81,6 +87,12 @@ bindsym control+Shift+x kill
# }}} changing/focusing/moving windows #
# }}} changing/focusing/moving windows #
# container display {{{ #
# container display {{{ #
# backgrounds
# bindsym $mod+g exec feh -z --bg-fill ~/Pictures/Backgrounds/*
bindsym $mod+g exec ~/.local/bin/wal -i "$HOME/Pictures/Backgrounds/"
# bindsym $mod+z exec feh --bg-max ~/Pictures/Backgrounds/deadpool.png
bindsym $mod+z exec ~/.local/bin/wal -i "$HOME/Pictures/Backgrounds/sunset-2.jpg"
# enter fullscreen mode for the focused container
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
bindsym $mod+f fullscreen toggle
@ -207,13 +219,16 @@ bindsym $mod+control+l resize shrink width 10 px or 10 ppt
# }}} resizing windows #
# }}} resizing windows #
# gaps {{{ #
# gaps {{{ #
# remove window titlebars
for_window [class="^.*"] border pixel 0
for_window [class="^.*"] border pixel 0
smart_gaps on
gaps inner 10
gaps outer 15
bindsym control+shift+plus gaps inner all plus 5;gaps outer all plus 5
bindsym control+shift+0 gaps inner all minus 5;gaps outer all minus 5
# default gaps
gaps inner 25
gaps outer 5
# increase/decrease gaps
bindsym control+shift+plus gaps inner all plus 2;gaps outer all plus 2
# bindsym control+shift+plus gaps inner all plus 2
bindsym control+shift+0 gaps inner all minus 2;gaps outer all minus 2
# }}} gaps #
# }}} gaps #
# status bar {{{ #
# status bar {{{ #