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
3147de22
Commit
3147de22
authored
Apr 10, 2022
by
Jay Ta'ala
Browse files
Indicator change and bindsym changes for invert.
parent
add5dbe9
Changes
1
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
3147de22
...
@@ -14,14 +14,19 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
...
@@ -14,14 +14,19 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
# Theme options (comment/uncomment theme group)
# Theme options (comment/uncomment theme group)
# Theme 5 "fluorescent blue"
# Theme 5 "fluorescent blue"
set $accent-bg #07eded
set $accent-bg #07eded
set $indicator #f81212
# Theme 5 "french pink"
# Theme 5 "french pink"
#set $accent-bg #f57a9d
#set $accent-bg #f57a9d
#set $indicator #109648
# Theme 1 "paradise pink"
# Theme 1 "paradise pink"
#set $accent-bg #eb5ca3
#set $accent-bg #eb5ca3
#set $indicator #109648
# Theme 2 "sheen green"
# Theme 2 "sheen green"
#set $accent-bg #8ae234
#set $accent-bg #8ae234
#set $indicator #109648
# Theme 5 "ocean green"
# Theme 5 "ocean green"
#set $accent-bg #53ca9d
#set $accent-bg #53ca9d
#set $indicator #109648
# set other colors
# set other colors
set $accent-txt #000000
set $accent-txt #000000
...
@@ -29,7 +34,6 @@ set $inactive-bg #000000
...
@@ -29,7 +34,6 @@ set $inactive-bg #000000
set $inactive-txt #bdbbbb
set $inactive-txt #bdbbbb
set $unfocused-bg #000000
set $unfocused-bg #000000
set $unfocused-txt #939f9f
set $unfocused-txt #939f9f
set $indicator #109648
# class border backgr. text indic. child_border
# class border backgr. text indic. child_border
client.focused $accent-bg $accent-bg $accent-txt $indicator $accent-bg
client.focused $accent-bg $accent-bg $accent-txt $indicator $accent-bg
...
@@ -251,9 +255,9 @@ bindsym $mod+ctrl+a exec --no-startup-id xprop -id $(xdotool getactivewindow) -f
...
@@ -251,9 +255,9 @@ bindsym $mod+ctrl+a exec --no-startup-id xprop -id $(xdotool getactivewindow) -f
bindsym $mod+ctrl+Shift+a exec --no-startup-id xprop -id $(xdotool getactivewindow) -remove ANTIDIM_FLAG; exec --no-startup-id notify-send 'dim set on window'
bindsym $mod+ctrl+Shift+a exec --no-startup-id xprop -id $(xdotool getactivewindow) -remove ANTIDIM_FLAG; exec --no-startup-id notify-send 'dim set on window'
# 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+
ctrl
+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 --no-startup-id notify-send 'invert set on window'
bindsym $mod+
$mod_next
+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++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
bindsym $mod+q focus parent
bindsym $mod+q 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