Compare commits
No commits in common. "a29ea3e8a793d4e7e0bf0745b7dbbd21716c5f70" and "bb50ffa1c0421f26a8284155121614aa37f0fbee" have entirely different histories.
a29ea3e8a7
...
bb50ffa1c0
|
@ -6,7 +6,6 @@ select_action() {
|
||||||
"Connectivity test"
|
"Connectivity test"
|
||||||
"Kill emacs"
|
"Kill emacs"
|
||||||
"Kill MS Teams"
|
"Kill MS Teams"
|
||||||
"Kill zoom"
|
|
||||||
"Sync doom emacs"
|
"Sync doom emacs"
|
||||||
"Start videocall"
|
"Start videocall"
|
||||||
"Stop videocall"
|
"Stop videocall"
|
||||||
|
@ -30,7 +29,6 @@ execute_action() {
|
||||||
"Connectivity test") launch_kitty "ping -c 2 freebsd.org" ;;
|
"Connectivity test") launch_kitty "ping -c 2 freebsd.org" ;;
|
||||||
"Kill emacs") execute_command "pkill emacs" ;;
|
"Kill emacs") execute_command "pkill emacs" ;;
|
||||||
"Kill MS Teams") execute_command "pkill teams" ;;
|
"Kill MS Teams") execute_command "pkill teams" ;;
|
||||||
"Kill zoom") execute_command "pkill zoom" ;;
|
|
||||||
"Sync doom emacs") execute_command "$HOME/.emacs.d/bin/doom sync" ;;
|
"Sync doom emacs") execute_command "$HOME/.emacs.d/bin/doom sync" ;;
|
||||||
"Start videocall") execute_command "$script_folder/pulseaudio-mic-mute" && execute_command "$script_folder/videocall start" ;;
|
"Start videocall") execute_command "$script_folder/pulseaudio-mic-mute" && execute_command "$script_folder/videocall start" ;;
|
||||||
"Stop videocall") execute_command "$script_folder/pulseaudio-mic-mute" && execute_command "$script_folder/videocall stop" ;;
|
"Stop videocall") execute_command "$script_folder/pulseaudio-mic-mute" && execute_command "$script_folder/videocall stop" ;;
|
||||||
|
|
|
@ -268,7 +268,6 @@ bindsym XF86MonBrightnessUp exec light -A 10
|
||||||
bindsym XF86MonBrightnessDown exec light -U 10
|
bindsym XF86MonBrightnessDown exec light -U 10
|
||||||
# Media control
|
# Media control
|
||||||
bindsym XF86Tools exec mpc toggle
|
bindsym XF86Tools exec mpc toggle
|
||||||
bindsym XF86AudioPlay exec mpc toggle
|
|
||||||
bindsym XF86Search exec mpc stop
|
bindsym XF86Search exec mpc stop
|
||||||
bindsym XF86LaunchA exec mpc prev
|
bindsym XF86LaunchA exec mpc prev
|
||||||
bindsym XF86Explorer exec mpc next
|
bindsym XF86Explorer exec mpc next
|
||||||
|
|
Loading…
Reference in New Issue