Commit b4caa3e7 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Merge branch 'reverse-layout' into i3-remap-experimental

parents 9d0d09a0 ac6f6c55
...@@ -17,9 +17,9 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\" ...@@ -17,9 +17,9 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
#set $accent-txt #F9FAF9 #set $accent-txt #F9FAF9
#set $indicator #109648 #set $indicator #109648
# Theme 2 "tmux" # Theme 2 "sheen green"
#set $accent-bg #4e9a06 #set $accent-bg #8ae234
#set $accent-txt #F9FAF9 #set $accent-txt #363636
#set $indicator #d64161 #set $indicator #d64161
# Theme 3 "french lilac" # Theme 3 "french lilac"
...@@ -38,7 +38,12 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\" ...@@ -38,7 +38,12 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
#set $indicator #109648 #set $indicator #109648
# Theme 6 "light gray" # Theme 6 "light gray"
set $accent-bg #D3D3D3 #set $accent-bg #D3D3D3
#set $accent-txt #363636
#set $indicator #109648
# Theme 6 "yellow green"
set $accent-bg #8ac926
set $accent-txt #363636 set $accent-txt #363636
set $indicator #109648 set $indicator #109648
...@@ -46,7 +51,7 @@ set $indicator #109648 ...@@ -46,7 +51,7 @@ set $indicator #109648
set $inactive-bg #3A4141 set $inactive-bg #3A4141
set $inactive-txt #bdbbbb set $inactive-txt #bdbbbb
set $unfocused-bg #566161 set $unfocused-bg #566161
set $unfocused-txt #bdbbbb set $unfocused-txt #939f9f
# class border backgr. text indic. child_border # class border backgr. text indic. child_border
client.focused $accent-bg $accent-bg $accent-txt $indicator $accent-bg client.focused $accent-bg $accent-bg $accent-txt $indicator $accent-bg
...@@ -83,7 +88,7 @@ bindsym $mod+Shift+b $border_no_name ...@@ -83,7 +88,7 @@ bindsym $mod+Shift+b $border_no_name
bindsym $mod+Ctrl+b border none bindsym $mod+Ctrl+b border none
# xrandr set to default res (needed if unplug monitor and can't see screen) # xrandr set to default res (needed if unplug monitor and can't see screen)
bindsym $mod+backslash exec --no-startup-id "xrandr --output eDP-1-1 --mode 2560x1440 --rate 240" bindsym $mod+backslash exec --no-startup-id "xrandr --output eDP-1-1 --mode 2560x1440 --rate 240; xrandr --output eDP-1 --mode 2560x1440 --rate 240"
bindsym $mod+BackSpace exec --no-startup-id source ~/.xprofile bindsym $mod+BackSpace exec --no-startup-id source ~/.xprofile
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
...@@ -234,7 +239,8 @@ bindsym $mod_next+e layout splitv ...@@ -234,7 +239,8 @@ bindsym $mod_next+e layout splitv
bindsym $mod_next+s layout stacking bindsym $mod_next+s layout stacking
# child container layout bindsyms (creates a child container from currently select window) # child container layout bindsyms (creates a child container from currently select window)
bindsym $mod+c split h; layout tabbed bindsym $mod+c split h, layout splitv
bindsym $mod+Shift+c split h, layout tabbed
# toggle fullscreen mode for the focused container # toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle bindsym $mod+f fullscreen toggle
...@@ -297,10 +303,8 @@ set $ws5 number 5:5 ...@@ -297,10 +303,8 @@ set $ws5 number 5:5
set $ws6 number 6:6 set $ws6 number 6:6
set $ws7 number 7:7 set $ws7 number 7:7
set $ws8 number 8:8 set $ws8 number 8:8
exec --no-startup-id workspace 1
# switch to workspace # switch to workspace
bindsym $mod+Ctrl+grave workspace $wsg
bindsym $mod+1 workspace $ws1 bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace $ws2 bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace $ws3 bindsym $mod+3 workspace $ws3
...@@ -309,6 +313,7 @@ bindsym $mod+5 workspace $ws5 ...@@ -309,6 +313,7 @@ bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace $ws6 bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace $ws7 bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace $ws8 bindsym $mod+8 workspace $ws8
bindsym $mod+Ctrl+grave workspace $wsg
# Move focused container to workspace # Move focused container to workspace
bindsym $mod+grave move container to workspace $wsg bindsym $mod+grave move container to workspace $wsg
...@@ -366,6 +371,7 @@ for_window [title="alsamixer"] floating enable border pixel 1 ...@@ -366,6 +371,7 @@ for_window [title="alsamixer"] floating enable border pixel 1
for_window [class="(?i)^timeshift-gtk$"] floating disable for_window [class="(?i)^timeshift-gtk$"] floating disable
for_window [class="(?i)^gnome-calculator$"] floating disable for_window [class="(?i)^gnome-calculator$"] floating disable
for_window [class="(?i)^workspacesclient$"] floating disable for_window [class="(?i)^workspacesclient$"] floating disable
for_window [class="(?i)^zoom$"] floating disable
# Application shortcuts # Application shortcuts
bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+Return exec i3-sensible-terminal
......
...@@ -46,7 +46,7 @@ set $indicator #109648 ...@@ -46,7 +46,7 @@ set $indicator #109648
set $inactive-bg #3A4141 set $inactive-bg #3A4141
set $inactive-txt #bdbbbb set $inactive-txt #bdbbbb
set $unfocused-bg #566161 set $unfocused-bg #566161
set $unfocused-txt #bdbbbb set $unfocused-txt #939f9f
# class border backgr. text indic. child_border # class border backgr. text indic. child_border
client.focused $accent-bg $accent-bg $accent-txt $indicator $accent-bg client.focused $accent-bg $accent-bg $accent-txt $indicator $accent-bg
...@@ -210,7 +210,8 @@ bindsym $mod_next+e layout splitv ...@@ -210,7 +210,8 @@ bindsym $mod_next+e layout splitv
bindsym $mod_next+s layout stacking bindsym $mod_next+s layout stacking
# child container layout bindsyms (creates a child container from currently select window) # child container layout bindsyms (creates a child container from currently select window)
bindsym $mod+c split h; layout tabbed bindsym $mod+c split h, layout splitv
bindsym $mod+Shift+c split h, layout tabbed
# toggle fullscreen mode for the focused container # toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle bindsym $mod+f fullscreen toggle
...@@ -273,10 +274,8 @@ set $ws5 number 5:5 ...@@ -273,10 +274,8 @@ set $ws5 number 5:5
set $ws6 number 6:6 set $ws6 number 6:6
set $ws7 number 7:7 set $ws7 number 7:7
set $ws8 number 8:8 set $ws8 number 8:8
exec --no-startup-id workspace 1
# switch to workspace # switch to workspace
bindsym $mod+Ctrl+grave workspace $wsg
bindsym $mod+1 workspace $ws1 bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace $ws2 bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace $ws3 bindsym $mod+3 workspace $ws3
...@@ -285,6 +284,7 @@ bindsym $mod+5 workspace $ws5 ...@@ -285,6 +284,7 @@ bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace $ws6 bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace $ws7 bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace $ws8 bindsym $mod+8 workspace $ws8
bindsym $mod+Ctrl+grave workspace $wsg
# Move focused container to workspace # Move focused container to workspace
bindsym $mod+grave move container to workspace $wsg bindsym $mod+grave move container to workspace $wsg
...@@ -353,6 +353,16 @@ bindsym $mod+$mod_next+Shift+Down resize grow height 100 px or 10 ppt ...@@ -353,6 +353,16 @@ bindsym $mod+$mod_next+Shift+Down resize grow height 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+Up resize shrink height 100 px or 10 ppt bindsym $mod+$mod_next+Shift+Up resize shrink height 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+Right resize grow width 100 px or 10 ppt bindsym $mod+$mod_next+Shift+Right resize grow width 100 px or 10 ppt
# wasd key resizing without resize mode
bindsym $mod+$mod_next+a resize shrink width 50 px or 5 ppt
bindsym $mod+$mod_next+s resize grow height 50 px or 5 ppt
bindsym $mod+$mod_next+w resize shrink height 50 px or 5 ppt
bindsym $mod+$mod_next+d resize grow width 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+a resize shrink width 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+s resize grow height 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+w resize shrink height 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+d resize grow width 100 px or 10 ppt
# hkjl resize # hkjl resize
bindsym $mod+$mod_next+h resize shrink width 50 px or 5 ppt bindsym $mod+$mod_next+h resize shrink width 50 px or 5 ppt
bindsym $mod+$mod_next+j resize grow height 50 px or 5 ppt bindsym $mod+$mod_next+j resize grow height 50 px or 5 ppt
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment