add pomodoro mapping

This commit is contained in:
thek4n 2025-10-23 21:12:23 +03:00
parent 7c763d62e3
commit a55ffaa138
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,8 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 20
bindsym XF86MonBrightnessDown exec xbacklight -dec 20
bindsym $mod+p exec pomodoro switch && $refresh_i3blocks
bindsym $mod+z exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ 0 ## Hold to talk
bindsym --release $mod+z exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ 1 ## Release to mute
@ -79,7 +81,6 @@ bindsym $mod+Shift+q kill
bindsym $mod+d exec --no-startup-id rofi -show drun -m -1
bindsym $mod+i exec --no-startup-id i3_switch_workspace.sh
bindsym $mod+o exec --no-startup-id slm_rofi.sh
bindsym $mod+p exec --no-startup-id power_rofi.sh
# change focus
bindsym $mod+h focus left

0
install-hooks/pomodoro/pre-install Normal file → Executable file
View File