Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UserConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiří Kalvoda
UserConfig
Commits
909122e2
Commit
909122e2
authored
5 years ago
by
JiriKalvoda
Browse files
Options
Downloads
Patches
Plain Diff
I3 Add red color, focus children and split tabed.
parent
ed71df40
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
i3/config
+13
-0
13 additions, 0 deletions
i3/config
with
13 additions
and
0 deletions
i3/config
+
13
−
0
View file @
909122e2
...
...
@@ -81,6 +81,7 @@ bindsym $mod+Ctrl+Right move workspace to output right
# split in horizontal and vertical orientation
bindsym $mod+g split h
bindsym $mod+v split v
bindsym $mod+t split v; layout tabbed
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
...
...
@@ -98,6 +99,7 @@ bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent
bindsym $mod+Shift+a focus child
# focus the child container
#bindsym $mod+d focus child
...
...
@@ -271,3 +273,14 @@ exec --no-startup-id /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agen
for_window [class=".*"] border pixel 1
bindsym $mod+p exec ~/.config/i3/i3-toggle-border
# class border bground text indicator child_border
client.focused #FF0000 #285577 #FFFFFF #FF0000 #FF0000
client.focused_inactive #000000 #000000 #FFFFFF #000000 #000000
client.unfocused #000000 #000000 #888888 #000000 #000000
client.urgent #2F343A #900000 #FFFFFF #900000 #900000
client.placeholder #000000 #0C0C0C #FFFFFF #000000 #000000
client.background #FFFFFF
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment