mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: WIP add workplace hop command
This commit is contained in:
parent
98b4f076f0
commit
c1a34d35cb
2 changed files with 2 additions and 0 deletions
|
|
@ -10797,6 +10797,7 @@ Currently, I am too lazy to explain every option here, but most of it is very se
|
||||||
# "${modifier}+Return" = "exec kitty";
|
# "${modifier}+Return" = "exec kitty";
|
||||||
"${modifier}+Return" = "exec swarselzellij";
|
"${modifier}+Return" = "exec swarselzellij";
|
||||||
"${modifier}+Print" = "exec screenshare";
|
"${modifier}+Print" = "exec screenshare";
|
||||||
|
# exec swaymsg move workspace to "$(swaymsg -t get_outputs | jq '[.[] | select(.active == true)] | .[(map(.focused) | index(true) + 1) % length].name')"
|
||||||
# "XF86AudioRaiseVolume" = "exec pa 5%";
|
# "XF86AudioRaiseVolume" = "exec pa 5%";
|
||||||
"XF86AudioRaiseVolume" = "exec pamixer -i 5";
|
"XF86AudioRaiseVolume" = "exec pamixer -i 5";
|
||||||
# "XF86AudioLowerVolume" = "exec pactl set-sink-volume @DEFAULT_SINK@ -5%";
|
# "XF86AudioLowerVolume" = "exec pactl set-sink-volume @DEFAULT_SINK@ -5%";
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,7 @@ in
|
||||||
# "${modifier}+Return" = "exec kitty";
|
# "${modifier}+Return" = "exec kitty";
|
||||||
"${modifier}+Return" = "exec swarselzellij";
|
"${modifier}+Return" = "exec swarselzellij";
|
||||||
"${modifier}+Print" = "exec screenshare";
|
"${modifier}+Print" = "exec screenshare";
|
||||||
|
# exec swaymsg move workspace to "$(swaymsg -t get_outputs | jq '[.[] | select(.active == true)] | .[(map(.focused) | index(true) + 1) % length].name')"
|
||||||
# "XF86AudioRaiseVolume" = "exec pa 5%";
|
# "XF86AudioRaiseVolume" = "exec pa 5%";
|
||||||
"XF86AudioRaiseVolume" = "exec pamixer -i 5";
|
"XF86AudioRaiseVolume" = "exec pamixer -i 5";
|
||||||
# "XF86AudioLowerVolume" = "exec pactl set-sink-volume @DEFAULT_SINK@ -5%";
|
# "XF86AudioLowerVolume" = "exec pactl set-sink-volume @DEFAULT_SINK@ -5%";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue