Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
d7f780ca
Commit
d7f780ca
authored
Jan 29, 2022
by
Jay Ta'ala
Browse files
Updated unfocused text colour. Set default quick split container
bindsym.
parent
50178e94
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
d7f780ca
...
...
@@ -46,7 +46,7 @@ set $indicator #109648
set $inactive-bg #3A4141
set $inactive-txt #bdbbbb
set $unfocused-bg #566161
set $unfocused-txt #
bdbbbb
set $unfocused-txt #
939f9f
# class border backgr. text indic. child_border
client.focused $accent-bg $accent-bg $accent-txt $indicator $accent-bg
...
...
@@ -238,7 +238,8 @@ bindsym $mod_next+Shift+e layout splitv, layout fill_order default
bindsym $mod_next+Shift+s layout stacking, layout fill_order default
# child container layout bindsyms (creates a child container from currently select window)
bindsym $mod+c split h; layout tabbed reverse
bindsym $mod+c split h, layout splitv
bindsym $mod+Shift+c split h, layout tabbed reverse
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
...
...
i3/config.simple
View file @
d7f780ca
...
...
@@ -46,7 +46,7 @@ set $indicator #109648
set $inactive-bg #3A4141
set $inactive-txt #bdbbbb
set $unfocused-bg #566161
set $unfocused-txt #
bdbbbb
set $unfocused-txt #
939f9f
# class border backgr. text indic. child_border
client.focused $accent-bg $accent-bg $accent-txt $indicator $accent-bg
...
...
@@ -214,7 +214,8 @@ bindsym $mod_next+Shift+e layout splitv, layout fill_order default
bindsym $mod_next+Shift+s layout stacking, layout fill_order default
# child container layout bindsyms (creates a child container from currently select window)
bindsym $mod+c split h; layout tabbed reverse
bindsym $mod+c split h, layout splitv
bindsym $mod+Shift+c split h, layout tabbed reverse
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment