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
5d50b68a
Commit
5d50b68a
authored
Apr 13, 2020
by
Jay Ta'ala
Browse files
Added redshift temperature modifier mode ($mod_next+r) to help my old
eyes.
parent
cefba07d
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
5d50b68a
...
@@ -58,7 +58,7 @@ floating_modifier $mod
...
@@ -58,7 +58,7 @@ floating_modifier $mod
# Autostart applications
# Autostart applications
exec --no-startup-id "xkbset exp =m; xkbset m"
exec --no-startup-id "xkbset exp =m; xkbset m"
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id alttab -pk h -nk l -fg "#d58681" -bg "#4a4a4a" -frame "#eb564d" -t 128x150 -i 127x64
#
exec --no-startup-id alttab -pk h -nk l -fg "#d58681" -bg "#4a4a4a" -frame "#eb564d" -t 128x150 -i 127x64
exec --no-startup-id conky -c ~/.config/conky
exec --no-startup-id conky -c ~/.config/conky
exec --no-startup-id conky -c ~/.config/conky_shortcuts
exec --no-startup-id conky -c ~/.config/conky_shortcuts
exec --no-startup-id copyq
exec --no-startup-id copyq
...
@@ -391,6 +391,21 @@ bindsym $mod+$mod_next+o resize set width 60 ppt
...
@@ -391,6 +391,21 @@ bindsym $mod+$mod_next+o resize set width 60 ppt
bindsym $mod+$mod_next+n floating enable;sticky enable;move position 1300px 708px resize set 612 343;border none
bindsym $mod+$mod_next+n floating enable;sticky enable;move position 1300px 708px resize set 612 343;border none
bindsym $mod+$mod_next+m floating enable;sticky enable;resize set 791 70;border none
bindsym $mod+$mod_next+m floating enable;sticky enable;resize set 791 70;border none
# redshift modes
bindsym $mod_next+r mode "$mode_redshift"
set $mode_redshift Set colour temperature: (r)eset, (2)500K, (3)000K, (4)000K, (5)000K
mode "$mode_redshift" {
bindsym r exec --no-startup-id "redshift -x", mode "default"
bindsym 2 exec --no-startup-id "redshift -P -O 2500", mode "default"
bindsym 3 exec --no-startup-id "redshift -P -O 3000", mode "default"
bindsym 4 exec --no-startup-id "redshift -P -O 4000", mode "default"
bindsym 5 exec --no-startup-id "redshift -P -O 5000", mode "default"
# exit mode: "Enter" or "Escape"
bindsym Return mode "default"
bindsym Escape mode "default"
}
# Start i3bar to display a workspace bar (plus the system information i3status if available)
# Start i3bar to display a workspace bar (plus the system information i3status if available)
bar {
bar {
i3bar_command i3bar
i3bar_command i3bar
...
...
i3/config.simple
View file @
5d50b68a
...
@@ -223,6 +223,21 @@ bindsym $mod+$mod_next+u resize set width 40 ppt
...
@@ -223,6 +223,21 @@ bindsym $mod+$mod_next+u resize set width 40 ppt
bindsym $mod+$mod_next+i resize set width 50 ppt
bindsym $mod+$mod_next+i resize set width 50 ppt
bindsym $mod+$mod_next+o resize set width 60 ppt
bindsym $mod+$mod_next+o resize set width 60 ppt
# redshift modes
bindsym $mod_next+r mode "$mode_redshift"
set $mode_redshift Set colour temperature: (r)eset, (2)500K, (3)000K, (4)000K, (5)000K
mode "$mode_redshift" {
bindsym r exec --no-startup-id "redshift -x", mode "default"
bindsym 2 exec --no-startup-id "redshift -P -O 2500", mode "default"
bindsym 3 exec --no-startup-id "redshift -P -O 3000", mode "default"
bindsym 4 exec --no-startup-id "redshift -P -O 4000", mode "default"
bindsym 5 exec --no-startup-id "redshift -P -O 5000", mode "default"
# exit mode: "Enter" or "Escape"
bindsym Return mode "default"
bindsym Escape mode "default"
}
# Start i3bar to display a workspace bar (plus the system information i3status if available)
# Start i3bar to display a workspace bar (plus the system information i3status if available)
bar {
bar {
i3bar_command i3bar
i3bar_command i3bar
...
...
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