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
96a3ed11
Commit
96a3ed11
authored
Apr 09, 2022
by
Jay Ta'ala
Browse files
Merge branch 'reverse-layout' into i3-remap-experimental
parents
a898e2cd
34564fa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
96a3ed11
...
@@ -270,7 +270,7 @@ bindsym $mod+ctrl+Shift+a exec --no-startup-id xprop -id $(xdotool getactivewind
...
@@ -270,7 +270,7 @@ bindsym $mod+ctrl+Shift+a exec --no-startup-id xprop -id $(xdotool getactivewind
# window colour inversion (uses xrandr-invert-colors, xdotool, and xprop to set an invert flag, which picom recognises in invert-color-include array)
# window colour inversion (uses xrandr-invert-colors, xdotool, and xprop to set an invert flag, which picom recognises in invert-color-include array)
bindsym $mod+$mod_next+i exec --no-startup-id xrandr-invert-colors
bindsym $mod+$mod_next+i exec --no-startup-id xrandr-invert-colors
bindsym $mod+ctrl+i exec --no-startup-id xprop -id $(xdotool getactivewindow) -f INVERT_FLAG 8c -set INVERT_FLAG 1; exec notify-send 'invert set on window'
bindsym $mod+ctrl+i exec --no-startup-id xprop -id $(xdotool getactivewindow) -f INVERT_FLAG 8c -set INVERT_FLAG 1; exec
--no-startup-id
notify-send 'invert set on window'
bindsym $mod+ctrl+Shift+i exec --no-startup-id xprop -id $(xdotool getactivewindow) -remove INVERT_FLAG; exec --no-startup-id notify-send 'invert removed on window'
bindsym $mod+ctrl+Shift+i exec --no-startup-id xprop -id $(xdotool getactivewindow) -remove INVERT_FLAG; exec --no-startup-id notify-send 'invert removed on window'
# focus the parent container
# focus the parent container
...
...
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