Commit 6c1e37f0 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Cleaned up predifined split bindsyms and added to config.simple.

parent 50da23a1
......@@ -10,8 +10,8 @@ set $border_normal border normal 5
# Theme colors
# set variable for main accent color
set $acolor #eb564d
#set $acolor #d64161
#set $acolor #eb564d
set $acolor #d64161
# set other colors
set $bgicolor #00979E
......@@ -378,8 +378,6 @@ bindsym $mod+$mod_next+l resize grow width 100 px or 10 ppt
bindsym $mod+$mod_next+u resize set width 30 ppt
bindsym $mod+$mod_next+i resize set width 50 ppt
bindsym $mod+$mod_next+o resize set width 70 ppt
bindsym $mod+$mod_next+Shift+u resize set width 1 ppt
bindsym $mod+$mod_next+Shift+o resize set width 99 ppt
# "netflix" and "spotify" modes
bindsym $mod+$mod_next+n floating enable;sticky enable;move position 1300px 708px resize set 612 343;border none
......
......@@ -210,6 +210,11 @@ bindsym $mod+$mod_next+j resize grow height 100 px or 10 ppt
bindsym $mod+$mod_next+k resize shrink height 100 px or 10 ppt
bindsym $mod+$mod_next+l resize grow width 100 px or 10 ppt
# predefined sizes (70/30)
bindsym $mod+$mod_next+u resize set width 30 ppt
bindsym $mod+$mod_next+i resize set width 50 ppt
bindsym $mod+$mod_next+o resize set width 70 ppt
# Start i3bar to display a workspace bar (plus the system information i3status if available)
bar {
i3bar_command i3bar
......
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