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
5fe1dabf
Commit
5fe1dabf
authored
May 21, 2018
by
Jay Ta'ala
Browse files
Fix to restart compton (mod+Mod1+c) - kills compton and then restarts.
parent
736eb387
Changes
1
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
5fe1dabf
...
@@ -136,7 +136,7 @@ bindsym $mod+Mod1+z exec transset-df -a --min 0.25 --dec 0.25
...
@@ -136,7 +136,7 @@ bindsym $mod+Mod1+z exec transset-df -a --min 0.25 --dec 0.25
bindsym $mod+Mod1+Shift+z exec transset-df -a --min 0.1 --dec 0.1
bindsym $mod+Mod1+Shift+z exec transset-df -a --min 0.1 --dec 0.1
bindsym $mod+Mod1+x exec transset-df -a --inc 0.25
bindsym $mod+Mod1+x exec transset-df -a --inc 0.25
bindsym $mod+Mod1+Shift+x exec transset-df -a --inc 0.1
bindsym $mod+Mod1+Shift+x exec transset-df -a --inc 0.1
bindsym $mod+Mod1+c exec --no-startup-id compton -b
bindsym $mod+Mod1+c exec --no-startup-id
"pkill compton;
compton -b
"
# focus the parent container
# focus the parent container
bindsym $mod+a focus parent
bindsym $mod+a focus parent
...
...
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