Skip to content
Snippets Groups Projects
Commit 75e41aac authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

I3 OSD alternative keys.

parent 772596e4
No related branches found
No related tags found
No related merge requests found
......@@ -335,6 +335,7 @@ mode "System modifikator"
bindsym Ctrl+bracketright mode "default"; exec "gksudo -g gnome-disks"
bindcode 94 exec --no-startup-id "osdd-run & sleep 0.1;osdc --color=red RESTART"
bindcode $mod+51 exec --no-startup-id "osdd-run & sleep 0.1;osdc --color=red RESTART"
}
bindcode 121 exec "echo $(( 1 - $(cat ~/.config/micloop/mute) )) > ~/.config/micloop/mute;pacmd set-sink-input-mute $(cat ~/.config/micloop/id) $(cat ~/.config/micloop/mute) ; notify-send 'loopmic mute' $(cat ~/.config/micloop/mute) -h string:x-canonical-private-synchronous:anything"
......@@ -379,10 +380,15 @@ bindsym $mod+Shift+o exec --no-startup-id killall -3 mate-session; exec --no-sta
exec "setxkbmap us,cz -variant ,ucw -option grp:caps_switch"
exec "osd-run"
exec "sleep 2; osd-run & sleep 0.1;osdc --color=red START"
bindcode 94 exec "osdc --duration=1 \\"\\""
bindcode $mod+51 exec "osdc --duration=1 \\"\\""
bindcode Shift+ 94 exec "osdc --skip=1 --log=0 --duration=1 \\"\\""
bindcode Shift+$mod+51 exec "osdc --skip=1 --log=0 --duration=1 \\"\\""
bindcode Ctrl+ 94 exec "osd-clock"
bindcode Ctrl+$mod+51 exec "osd-clock"
bindcode Ctrl+Shift +94 exec "terminal -e bash -i -c \\"cat ~/.osdd_log;read\\""
bindcode Ctrl+Shift+$mod+51 exec "terminal -e bash -i -c \\"cat ~/.osdd_log;read\\""
bindcode $mod+94 exec "terminal"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment