mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-06 23:53:43 +02:00
feat: pavucontrol launch shell and freetube workspace rule
This commit is contained in:
parent
85b0d448ef
commit
dfd74d6820
3 changed files with 9 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# workspaces rules
|
||||
# -----------------------------------------------------
|
||||
|
||||
windowrulev2 = workspace 1,class:^(chrome|google-chrome|Chrome|Firefox|firefox)$
|
||||
windowrulev2 = workspace 1,class:^(chrome|google-chrome|Chrome|Firefox|firefox|FreeTube)$
|
||||
windowrulev2 = workspace 2,class:^(Code|.*jetbrains.*)$
|
||||
windowrulev2 = workspace 3,class:^(nekoray|Nekoray)$
|
||||
windowrulev2 = workspace 4,class:^(org.telegram.desktop|telegramdesktop|discord)$
|
||||
|
|
|
@ -17,10 +17,10 @@ $terminal = alacritty -o "window.opacity=0"
|
|||
$fileManager = nemo
|
||||
$bluetooth-manager = blueman-manager
|
||||
$pkg_manager = octoxbps
|
||||
$pavucontrol = pavucontrol
|
||||
|
||||
$scr_path = ~/.config/hypr/scripts
|
||||
$screenshot = $scr_path/hyprshot.sh
|
||||
$pavucontrol = $scr_path/pavucontrol-launch.sh
|
||||
$nekoray = $scr_path/nekoray-launch.sh
|
||||
$network_manager = $scr_path/wpa-launch.sh
|
||||
$random_wallpaper = $scr_path/wallpaper-daemon.sh
|
||||
|
|
7
configs/hyprland/hypr/scripts/pavucontrol-launch.sh
Executable file
7
configs/hyprland/hypr/scripts/pavucontrol-launch.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [[ $(pidof pavucontrol) ]]; then
|
||||
pkill pavucontrol
|
||||
fi
|
||||
|
||||
exec pavucontrol
|
Loading…
Add table
Reference in a new issue