Screen filter
This commit is contained in:
parent
78f7d99b09
commit
93ca57c9a3
2 changed files with 26 additions and 0 deletions
|
@ -342,6 +342,21 @@ mode "$mode_screen_HDMI1" {
|
|||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
bindsym $mod+y mode "$mode_temp"
|
||||
set $mode_temp Temperature [R] Red [D] Dust storm [C] Campfire [O] Normal [A] All nighter [B] Blue
|
||||
mode "$mode_temp" {
|
||||
bindsym r exec sct 1000
|
||||
bindsym d exec sct 2000
|
||||
bindsym c exec sct 4500
|
||||
bindsym o exec sct
|
||||
bindsym a exec sct 8000
|
||||
bindsym b exec sct 10000
|
||||
|
||||
# back to normal: 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)
|
||||
bar {
|
||||
#i3bar_command ~/.config/lemonbar/i3_lemonbar.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue