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
50da23a1
Commit
50da23a1
authored
Mar 31, 2020
by
Jay Ta'ala
Browse files
Added another accent colour option.
parent
de8cafb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
50da23a1
...
...
@@ -11,6 +11,7 @@ set $border_normal border normal 5
# Theme colors
# set variable for main accent color
set $acolor #eb564d
#set $acolor #d64161
# set other colors
set $bgicolor #00979E
...
...
i3/config.simple
View file @
50da23a1
...
...
@@ -10,7 +10,8 @@ set $border_normal border normal 5
# Theme colors
# set variable for main accent color
set $acolor #eb564d
#set $acolor #eb564d
set $acolor #d64161
# set other colors
set $bgicolor #00979E
...
...
@@ -105,7 +106,6 @@ bindsym $mod+$mod_next+s split h; layout stacked
# toggle fullscreen mode for the focused container
bindsym $mod+f exec "i3-msg fullscreen toggle, focus child"
bindsym $mod+shift+f exec "i3-msg focus parent, fullscreen toggle, focus child"
bindsym --whole-window $mod+button8 fullscreen toggle
# toggle tiling / floating focus
bindsym $mod+Shift+space floating 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