Commit 7194b388 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Changed theme and added child select command.

parent 1aae77ff
...@@ -12,10 +12,10 @@ set $border_normal border normal 3 ...@@ -12,10 +12,10 @@ set $border_normal border normal 3
set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\" set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
# Theme options (comment/uncomment theme group) # Theme options (comment/uncomment theme group)
## Theme 1 "paradise pink" # Theme 1 "paradise pink"
#set $accent-bg #d64161 set $accent-bg #d64161
#set $accent-txt #F9FAF9 set $accent-txt #F9FAF9
#set $indicator #109648 set $indicator #109648
# Theme 2 "sheen green" # Theme 2 "sheen green"
#set $accent-bg #8ae234 #set $accent-bg #8ae234
...@@ -43,9 +43,9 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\" ...@@ -43,9 +43,9 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
#set $indicator #109648 #set $indicator #109648
# Theme 6 "yellow green" # Theme 6 "yellow green"
set $accent-bg #8ac926 #set $accent-bg #8ac926
set $accent-txt #363636 #set $accent-txt #363636
set $indicator #109648 #set $indicator #109648
# set other colors # set other colors
set $inactive-bg #3A4141 set $inactive-bg #3A4141
...@@ -221,7 +221,7 @@ bindsym $mod+Ctrl+6 mark --add --toggle 6 ...@@ -221,7 +221,7 @@ bindsym $mod+Ctrl+6 mark --add --toggle 6
bindsym $mod+Ctrl+7 mark --add --toggle 7 bindsym $mod+Ctrl+7 mark --add --toggle 7
bindsym $mod+Ctrl+8 mark --add --toggle 8 bindsym $mod+Ctrl+8 mark --add --toggle 8
bindsym $mod+Ctrl+9 mark --add --toggle 9 bindsym $mod+Ctrl+9 mark --add --toggle 9
bindsym $mod+g exec "i3-input -f $i3inputfont -l 1 -P \\"Goto Mark: \\" -F '[con_mark=\\"%s\\"] focus'" bindsym $mod+g exec "i3-input -f $i3inputfont -l 1 -P \\"Goto Mark: \\" -F '[con_mark=\\"%s\\"] focus'; i3-msg focus child"
# workspace back and forth (with/without active container) # workspace back and forth (with/without active container)
workspace_auto_back_and_forth yes workspace_auto_back_and_forth yes
......
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