diff options
Diffstat (limited to '')
-rw-r--r-- | i3/.config/i3/config (renamed from i3/config) | 50 |
1 files changed, 30 insertions, 20 deletions
diff --git a/i3/config b/i3/.config/i3/config index ae06402..c204c8f 100644 --- a/i3/config +++ b/i3/.config/i3/config @@ -9,8 +9,8 @@ ### THEME ### -set $FOCUS #31363B -set $UNFOCUS #31363B +set $FOCUS #000 +set $UNFOCUS #000 # Layout colors bord bg text indicator (split) client.focused $FOCUS $FOCUS $FOCUS $FOCUS @@ -56,7 +56,9 @@ set $AltKey Mod1 # help command -bindsym $AltKey+h exec urxvt -name floatme --background "#31363B" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e sh ~/.config/i3/what.sh +bindsym $AltKey+h exec urxvt -name floatme --background "#000" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e sh ~/.config/i3/what.sh +bindsym $WinKey+h exec urxvt -name floatme --background "#000" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e sh ~/.config/i3/what_command_help.sh +bindsym $WinKey+a exec urxvt -name floatme --background "#000" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e sh ~/.config/i3/what_alias.sh # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. @@ -77,6 +79,8 @@ font pango:monospace 8, Awesome 8 floating_modifier $WinKey for_window [class="URxvt"] floating enable +#for_window [title="Euro Truck Simulator 2"] floating enable +#for_window [title="Euro Truck Simulator 2"] move position -4px -4px, resize grow height 4px, resize grow width 3840px; # Sreen brightness controls bindsym XF86MonBrightnessUp exec xbacklight -inc 1 # increase screen brightness @@ -96,17 +100,21 @@ bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks # App -bindsym --release $WinKey+o exec scrot ~/screenshots/%b\ %d-%H:%M:%S.png +bindsym --release $WinKey+o exec scrot -s ~/screenshots/%b\ %d-%H:%M:%S.png bindsym $WinKey+Shift+F1 exec qterminal -e ranger bindsym $WinKey+Shift+F2 exec qterminal -e cmus -bindsym $WinKey+Shift+F3 exec qterminal -e mutt -bindsym $WinKey+Shift+F4 exec qterminal -e mosh neodarz.net -bindsym $WinKey+Shift+F5 exec firefox +bindsym $WinKey+Shift+F3 exec qterminal -e mm +bindsym $WinKey+Shift+F4 exec qterminal -e mosh neodarz.net --ssh="ssh -p 19977" +bindsym $WinKey+Shift+F5 exec firefox-developer bindsym $WinKey+Shift+F6 exec qterminal -e atom bindsym $WinKey+Shift+F7 exec terminator -e ncmpcpp -bindsym $WinKey+Shift+v move morkspace to output right -bindsym $WinKey+control+l exec i3lock -g +bindsym $WinKey+Shift+F8 exec terminator -e qutebrowser +#bindsym $AltKey+a exec urxvt -name floatme --background "#000" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e "pygmentize ~/.zsh/aliases.zsh | less" +#bindsym $WinKey+Shift+v move morkspace to output right +bindsym $WinKey+control+l exec i3lock-fancy +bindsym $WinKey+p exec passmenu #bindsym $WinKey+Shift+$AltKey+0 exec ~/.config/i3/switch-workspace.py 6 +bindsym XF86AudioPlay exec ~/.config/i3/switch_audio.sh # start a terminal bindsym $WinKey+Return exec qterminal @@ -146,10 +154,10 @@ bindsym $WinKey+Shift+Up move up bindsym $WinKey+Shift+Right move right # split in horizontal orientation -bindsym $WinKey+h split h +#bindsym $WinKey+h split h # split in vertical orientation -bindsym $WinKey+v split v +#bindsym $WinKey+v split v # enter fullscreen mode for the focused container bindsym $WinKey+f fullscreen toggle @@ -160,10 +168,10 @@ bindsym $WinKey+z layout tabbed bindsym $WinKey+e layout toggle split # toggle tiling / floating -bindsym $WinKey+Shift+space floating toggle +bindsym $WinKey+t floating toggle # change focus between tiling / floating windows -bindsym $WinKey+space focus mode_toggle +bindsym $WinKey+Shift+space focus mode_toggle # focus the parent container bindsym $WinKey+q focus parent @@ -315,13 +323,15 @@ bindsym $WinKey+r mode "resize" bar { #status_command i3blocks colors { - background #31363B - statusline #138491 - inactive_workspace #31363B #31363B #138491 - active_workspace #525c67 #31363B #138491 - focused_workspace #138491 #31363B #138491 - urgent_worKspace #138491 #138491 #31363B + background #000 + statusline #420034 + inactive_workspace #000 #000 #420034 + active_workspace #000 #000 #420034 + focused_workspace #420034 #000 #420034 + urgent_worKspace #420034 #420034 #000 } status_command python ~/.config/i3pystatus/conf.py } -exec /home/neodarz/wallpaper_animated/wall.sh /home/neodarz/wallpaper_animated/8bit_battle_preparation.gif +exec /home/neodarz/.screenlayout/default.sh +exec feh --bg-scale /home/neodarz/wallpaper_animated/black.png +#exec /home/neodarz/wallpaper_animated/wall.sh /home/neodarz/wallpaper_animated/8bit_battle_preparation.gif |