From ab59c79c8b61d5443895d82f756a447fbebe91aa Mon Sep 17 00:00:00 2001
From: NeodarZ <neodarz@neodarz.net>
Date: Tue, 4 Apr 2017 00:00:41 +0200
Subject: Add home conf

---
 i3/config  | 267 ++++++++++++++++++++++++++++++++++++++-----------------------
 i3/what.sh |  42 ++++++++++
 2 files changed, 209 insertions(+), 100 deletions(-)
 create mode 100755 i3/what.sh

diff --git a/i3/config b/i3/config
index a53ffbe..ae06402 100644
--- a/i3/config
+++ b/i3/config
@@ -1,5 +1,4 @@
-exec /home/neodarz/.back.sh
-exec evolution
+# exec evolution
 # This file has been auto-generated by i3-config-wiizard(1).
 # It will not be overwritten, so edit it as you like.
 #
@@ -10,8 +9,8 @@ exec evolution
 
 ### THEME ###
 
-set $FOCUS #138491
-set $UNFOCUS #138491
+set $FOCUS #31363B
+set $UNFOCUS #31363B
 
 # Layout colors 	    bord 	bg 		text    indicator (split)
 client.focused 			$FOCUS $FOCUS $FOCUS $FOCUS
@@ -52,11 +51,16 @@ set $ws10 X
 #
 # Please see http://i3wm.org/docs/userguide.html for a complete reference!
 
-set $mod Mod4
+set $WinKey Mod4
+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
 
 # Font for window titles. Will also be used by the bar unless a different font
 # is used in the bar {} block below.
-font pango:monospace 8
+font pango:monospace 8, Awesome 8
 
 # This font is widely installed, provides lots of unicode glyphs, right-to-left
 # text rendering and scalability on retina/hidpi displays (thanks to pango).
@@ -69,8 +73,10 @@ font pango:monospace 8
 # X core fonts rendering does not support right-to-left and this being a bitmap
 # font, it doesn’t scale on retina/hidpi displays.
 
-# Use Mouse+$mod to drag floating windows to their wanted position
-floating_modifier $mod
+# Use Mouse+$WinKey to drag floating windows to their wanted position
+floating_modifier $WinKey
+
+for_window [class="URxvt"] floating enable
 
 # Sreen brightness controls
 bindsym XF86MonBrightnessUp exec xbacklight -inc 1 # increase screen brightness
@@ -82,7 +88,7 @@ bindsym XF86AudioLowerVolume exec amixer -q sset Master 1%-
 bindsym XF86AudioRaiseVolume exec amixer -q sset Master 1%+
 
 # Microphone control => amixer set Capture toggle
-bindsym $mod+control+m exec amixer set Capture toggle 
+bindsym $WinKey+control+m exec amixer set Capture toggle
 
 
 # CAPS & NUM status
@@ -90,133 +96,193 @@ bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
 bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
 
 # App
-bindsym --release $mod+o exec scrot ~/screenshots/%b\ %d-%H:%M:%S.png
-bindsym $mod+Shift+F1 exec terminator -x ranger
-bindsym $mod+Shift+F2 exec terminator -x cmus
-bindsym $mod+Shift+F3 exec terminator -x mutt
-bindsym $mod+Shift+F4 exec terminator -x ssh neodarz.net -p 19977
-bindsym $mod+Shift+F5 exec firefox
-bindsym $mod+Shift+F6 exec terminator -x vim
-bindsym $mod+Shift+F7 exec terminator -x ncmpcpp
-bindsym $mod+Shift+v move morkspace to output right
-bindsym $mod+control+l exec i3lock -g
+bindsym --release $WinKey+o exec scrot ~/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+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+$AltKey+0 exec ~/.config/i3/switch-workspace.py 6
+
 # start a terminal
-bindsym $mod+Return exec terminator
+bindsym $WinKey+Return exec qterminal
 
 # kill focused window
-bindsym $mod+Shift+A kill
+bindsym $WinKey+Shift+A kill
 
 # start dmenu (a program launcher)
-bindsym $mod+d exec dmenu_run
+bindsym $WinKey+d exec dmenu_run
 # There also is the (new) i3-dmenu-desktop which only displays applications
 # shipping a .desktop file. It is a wrapper around dmenu, so you need that
 # installed.
-# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
+# bindsym $WinKey+d exec --no-startup-id i3-dmenu-desktop
 
 # change focus
-bindsym $mod+j focus left
-bindsym $mod+k focus down
-bindsym $mod+l focus up
-bindsym $mod+m focus right
+bindsym $WinKey+j focus left
+bindsym $WinKey+k focus down
+bindsym $WinKey+l focus up
+bindsym $WinKey+m focus right
 
 # alternatively, you can use the cursor keys:
-bindsym $mod+Left focus left
-bindsym $mod+Down focus down
-bindsym $mod+Up focus up
-bindsym $mod+Right focus right
+bindsym $WinKey+Left focus left
+bindsym $WinKey+Down focus down
+bindsym $WinKey+Up focus up
+bindsym $WinKey+Right focus right
 
 # move focused window
-bindsym $mod+Shift+j move left
-bindsym $mod+Shift+k move down
-bindsym $mod+Shift+l move up
-bindsym $mod+Shift+M move right
+bindsym $WinKey+Shift+j move left
+bindsym $WinKey+Shift+k move down
+bindsym $WinKey+Shift+l move up
+bindsym $WinKey+Shift+M move right
 
 # alternatively, you can use the cursor keys:
-bindsym $mod+Shift+Left move left
-bindsym $mod+Shift+Down move down
-bindsym $mod+Shift+Up move up
-bindsym $mod+Shift+Right move right
+bindsym $WinKey+Shift+Left move left
+bindsym $WinKey+Shift+Down move down
+bindsym $WinKey+Shift+Up move up
+bindsym $WinKey+Shift+Right move right
 
 # split in horizontal orientation
-bindsym $mod+h split h
+bindsym $WinKey+h split h
 
 # split in vertical orientation
-bindsym $mod+v split v
+bindsym $WinKey+v split v
 
 # enter fullscreen mode for the focused container
-bindsym $mod+f fullscreen toggle
+bindsym $WinKey+f fullscreen toggle
 
 # change container layout (stacked, tabbed, toggle split)
-bindsym $mod+s layout stacking
-bindsym $mod+z layout tabbed
-bindsym $mod+e layout toggle split
+bindsym $WinKey+s layout stacking
+bindsym $WinKey+z layout tabbed
+bindsym $WinKey+e layout toggle split
 
 # toggle tiling / floating
-bindsym $mod+Shift+space floating toggle
+bindsym $WinKey+Shift+space floating toggle
 
 # change focus between tiling / floating windows
-bindsym $mod+space focus mode_toggle
+bindsym $WinKey+space focus mode_toggle
 
 # focus the parent container
-bindsym $mod+q focus parent
+bindsym $WinKey+q focus parent
 
 # focus the child container
-#bindsym $mod+d focus child
+#bindsym $WinKey+d focus child
+
+# Set ~6 workspace par screen (20)
+workspace 1 output DVI-0
+workspace 2 output DVI-0
+workspace 3 output DVI-0
+workspace 4 output DVI-0
+workspace 5 output DVI-0
+workspace 6 output DVI-0
+workspace 7 output DVI-0
+workspace 8 output DVI-0
+workspace 9 output DVI-0
+workspace 10 output DVI-0
+
+workspace 11 output DVI-1
+workspace 12 output DVI-1
+workspace 13 output DVI-1
+workspace 14 output DVI-1
+workspace 15 output DVI-1
+workspace 16 output DVI-1
+workspace 17 output DVI-1
+workspace 18 output DVI-1
+workspace 19 output DVI-1
+workspace 20 output DVI-1
+
+workspace 21 output HDMI-0
+workspace 22 output HDMI-0
+workspace 23 output HDMI-0
+workspace 24 output HDMI-0
+workspace 25 output HDMI-0
+workspace 26 output HDMI-0
+workspace 27 output HDMI-0
+workspace 28 output HDMI-0
+workspace 29 output HDMI-0
+workspace 30 output HDMI-0
+
+
 
 # switch to workspace
-bindsym $mod+ampersand workspace 1
-bindsym $mod+eacute workspace 2
-bindsym $mod+quotedbl workspace 3
-bindsym $mod+apostrophe workspace 4
-bindsym $mod+parenleft workspace 5
-bindsym $mod+minus workspace 6
-bindsym $mod+egrave workspace 7
-bindsym $mod+underscore workspace 8
-bindsym $mod+ccedilla workspace 9
-bindsym $mod+agrave workspace 10
+bindsym $WinKey+ampersand workspace 1:
+bindsym $WinKey+eacute workspace 2:
+bindsym $WinKey+quotedbl workspace 3:
+bindsym $WinKey+apostrophe workspace 4:
+bindsym $WinKey+parenleft workspace 5:
+bindsym $WinKey+minus workspace 6:
+bindsym $WinKey+egrave workspace 7
+bindsym $WinKey+underscore workspace 8
+bindsym $WinKey+ccedilla workspace 9
+bindsym $WinKey+agrave workspace 10:
 
 # workspaces from 11-20
-bindsym $mod+Control+ampersand workspace 11
-bindsym $mod+Control+eacute workspace 12
-bindsym $mod+Control+quotedbl workspace 13
-bindsym $mod+Control+apostrophe workspace 14
-bindsym $mod+Control+parenleft workspace 15
-bindsym $mod+Control+minus workspace 16
-bindsym $mod+Control+egrave workspace 17
-bindsym $mod+Control+underscore workspace 18
-bindsym $mod+Control+ccedilla workspace 19
-bindsym $mod+Control+agrave workspace 20
+bindsym $WinKey+Control+ampersand workspace 11:
+bindsym $WinKey+Control+eacute workspace 12:
+bindsym $WinKey+Control+quotedbl workspace 13:
+bindsym $WinKey+Control+apostrophe workspace 14:
+bindsym $WinKey+Control+parenleft workspace 15:
+bindsym $WinKey+Control+minus workspace 16:
+bindsym $WinKey+Control+egrave workspace 17:
+bindsym $WinKey+Control+underscore workspace 18
+bindsym $WinKey+Control+ccedilla workspace 19
+bindsym $WinKey+Control+agrave workspace 20
+
+# workspace from 21-30
+bindsym $WinKey+$AltKey+ampersand workspace 21:
+bindsym $WinKey+$AltKey+eacute workspace 22
+bindsym $WinKey+$AltKey+quotedbl workspace 23:
+bindsym $WinKey+$AltKey+apostrophe workspace 24:
+bindsym $WinKey+$AltKey+parenleft workspace 25
+bindsym $WinKey+$AltKey+minus workspace 26
+bindsym $WinKey+$AltKey+egrave workspace 27
+bindsym $WinKey+$AltKey+underscore workspace 28
+bindsym $WinKey+$AltKey+ccedilla workspace 29
+bindsym $WinKey+$AltKey+agrave workspace 30:
 
 # move focused container to workspace
-bindsym $mod+Shift+1 move container to workspace 1
-bindsym $mod+Shift+eacute move container to workspace 2
-bindsym $mod+Shift+3 move container to workspace 3
-bindsym $mod+Shift+4 move container to workspace 4
-bindsym $mod+Shift+5 move container to workspace 5
-bindsym $mod+Shift+6 move container to workspace 6
-bindsym $mod+Shift+egrave move container to workspace 7
-bindsym $mod+Shift+8 move container to workspace 8
-bindsym $mod+Shift+ccedilla move container to workspace 9
-bindsym $mod+Shift+agrave move container to workspace 10
-
-bindsym $mod+Control+Shift+1 move container to workspace 11
-bindsym $mod+Control+Shift+eacute move container to workspace 12
-bindsym $mod+Control+Shift+3 move container to workspace 13
-bindsym $mod+Control+Shift+4 move container to workspace 14
-bindsym $mod+Control+Shift+5 move container to workspace 15
-bindsym $mod+Control+Shift+6 move container to workspace 16
-bindsym $mod+Control+Shift+egrave move container to workspace 17
-bindsym $mod+Control+Shift+8 move container to workspace 18
-bindsym $mod+Control+Shift+ccedilla move container to workspace 19
-bindsym $mod+Control+Shift+agrave move container to workspace 20
-
+bindsym $WinKey+Shift+1 move container to workspace 1:
+bindsym $WinKey+Shift+eacute move container to workspace 2:
+bindsym $WinKey+Shift+3 move container to workspace 3:
+bindsym $WinKey+Shift+4 move container to workspace 4:
+bindsym $WinKey+Shift+5 move container to workspace 5:
+bindsym $WinKey+Shift+6 move container to workspace 6:
+bindsym $WinKey+Shift+egrave move container to workspace 7
+bindsym $WinKey+Shift+8 move container to workspace 8
+bindsym $WinKey+Shift+ccedilla move container to workspace 9
+bindsym $WinKey+Shift+agrave move container to workspace 10:
+
+bindsym Control+$AltKey+1 move container to workspace 11:
+bindsym Control+$AltKey+eacute move container to workspace 12:
+bindsym Control+$AltKey+3 move container to workspace 13:
+bindsym Control+$AltKey+4 move container to workspace 14:
+bindsym Control+$AltKey+5 move container to workspace 15:
+bindsym Control+$AltKey+6 move container to workspace 16:
+bindsym Control+$AltKey+egrave move container to workspace 17:
+bindsym Control+$AltKey+8 move container to workspace 18
+bindsym Control+$AltKey+ccedilla move container to workspace 19
+bindsym Control+$AltKey+agrave move container to workspace 20
+
+bindsym $WinKey+Control+$AltKey+1 move container to workspace 21:
+bindsym $WinKey+Control+$AltKey+eacute move container to workspace 22
+bindsym $WinKey+Control+$AltKey+3 move container to workspace 23:
+bindsym $WinKey+Control+$AltKey+4 move container to workspace 24:
+bindsym $WinKey+Control+$AltKey+5 move container to workspace 25
+bindsym $WinKey+Control+$AltKey+6 move container to workspace 26
+bindsym $WinKey+Control+$AltKey+egrave move container to workspace 27
+bindsym $WinKey+Control+$AltKey+8 move container to workspace 28
+bindsym $WinKey+Control+$AltKey+ccedilla move container to workspace 29
+bindsym $WinKey+Control+$AltKey+agrave move container to workspace 30:
 
 # reload the configuration file
-bindsym $mod+Shift+c reload
+bindsym $WinKey+Shift+c reload
 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
-bindsym $mod+Shift+r restart
+bindsym $WinKey+Shift+r restart
 # exit i3 (logs you out of your X session)
-bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
+bindsym $WinKey+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
 
 # resize window (you can also use the mouse for that)
 mode "resize" {
@@ -242,19 +308,20 @@ mode "resize" {
         bindsym Escape mode "default"
 }
 
-bindsym $mod+r mode "resize"
+bindsym $WinKey+r mode "resize"
 
 # Start i3bar to display a workspace bar (plus the system information i3status
 # finds out, if available)
 bar {
         #status_command i3blocks
         colors {
-          background #353836
+          background #31363B
           statusline #138491
-          inactive_workspace #353836 #353836 #138491
-          active_workspace #353836 #353836 #138491
-          focused_workspace #138491 #353836 #138491
-          urgent_worKspace #138491 #138491 #353836
+          inactive_workspace #31363B #31363B #138491
+          active_workspace #525c67 #31363B #138491
+          focused_workspace #138491 #31363B #138491
+          urgent_worKspace #138491 #138491 #31363B
         }
 		status_command python ~/.config/i3pystatus/conf.py
 }
+exec /home/neodarz/wallpaper_animated/wall.sh /home/neodarz/wallpaper_animated/8bit_battle_preparation.gif
diff --git a/i3/what.sh b/i3/what.sh
new file mode 100755
index 0000000..2055f70
--- /dev/null
+++ b/i3/what.sh
@@ -0,0 +1,42 @@
+key='h'
+while [[ $key != 'q' ]]
+do
+echo ""
+echo "╓───────────────────────[ Map ]─[ i3 ]"
+echo "╙──────────────────────────────────────────────────────── ─ ─"
+echo "╓──────────────────────────────────────────────────────────────────────────────────────╖"
+echo "║                                                                                      ║"
+echo "║                                   ┌               ┐                                  ║"
+echo "║                                     LEFT · SCREEN                                    ║"
+echo "║                                   └               ┘                                  ║"
+echo "║                                                                                      ║"
+echo "║                                 (Go to)  [WinKey]+[n]                                ║"
+echo "║                             (Mv to)  [WinKey]+[Shift]+[n]                            ║"
+echo "║                                                                                      ║"
+echo "╙──────[1:CHAT]─[2:MAIL]─[3:TERM]─[4:TERM]─[5:DOC]─[6:SRV]─[7]─[8]─[9]─[10:TRASH]──────╜"
+
+echo "╓──────────────────────────────────────────────────────────────────────────────────────╖"
+echo "║                                                                                      ║"
+echo "║                                  ┌                 ┐                                 ║"
+echo "║                                    CENTER · SCREEN                                   ║"
+echo "║                                  └                 ┘                                 ║"
+echo "║                                                                                      ║"
+echo "║                            (Go to)  [WinKey]+[Control]+[n]                           ║"
+echo "║                            (Mv to)  [Control]+[AltKey]+[n]                           ║"
+echo "║                                                                                      ║"
+echo "╙─[11:WEB]─[12:GAME]─[13:TERM]─[14:TERM]─[15:CODE]─[16:FILM]─[17:MUSIC]─[18]─[19]─[20]─╜"
+
+echo "╓──────────────────────────────────────────────────────────────────────────────────────╖"
+echo "║                                                                                      ║"
+echo "║                                  ┌                ┐                                  ║"
+echo "║                                    RIGHT · SCREEN                                    ║"
+echo "║                                  └                ┘                                  ║"
+echo "║                                                                                      ║"
+echo "║                            (Go to)  [WinKey]+[AltKey]+[n]                            ║"
+echo "║                       (Mv to)  [WinKey]+[Control]+[AltKey]+[n]                       ║"
+echo "║                                                                                      ║"
+echo "╙─────────[21:WEB]─[22]─[23:TERM]─[24:TERM]─[25]─[26]─[27]─[28]─[29]─[30:TRASH]────────╜"
+
+read -n1 -r key
+
+done
-- 
cgit v1.2.1