mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-27 01:03:43 +02:00
feat: pavucontrol audio center
This commit is contained in:
parent
08b0f14642
commit
85b0d448ef
4 changed files with 6 additions and 3 deletions
|
@ -50,7 +50,7 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
||||||
|
|
||||||
- Ui Components : ``` Waybar rofi avizo font-awesome-6 swaylock dunst ```
|
- Ui Components : ``` Waybar rofi avizo font-awesome-6 swaylock dunst ```
|
||||||
- Wallpaper Daemons : ``` swaybg mpvpaper ``` [swww](https:i//github.com/LGFae/swww)
|
- Wallpaper Daemons : ``` swaybg mpvpaper ``` [swww](https:i//github.com/LGFae/swww)
|
||||||
- Utilities : ``` grim jq slurp playerctl cliphist wl-clipboard swayidle swappy ```
|
- Utilities : ``` grim jq slurp playerctl cliphist wl-clipboard swayidle swappy pavucontrol ```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@ bind = $mainMod ALT, down, movewindow, d
|
||||||
# Apps
|
# Apps
|
||||||
bind = $mainMod, R, exec, $rofi_menu
|
bind = $mainMod, R, exec, $rofi_menu
|
||||||
bind = $mainMod, A, exec, $nekoray
|
bind = $mainMod, A, exec, $nekoray
|
||||||
|
bind = $mainMod, T, exec, $pavucontrol
|
||||||
bind = $mainMod, X, exec, $rofi_screenshot
|
bind = $mainMod, X, exec, $rofi_screenshot
|
||||||
bind = $mainMod, L, exec, $rofi_powermenu
|
bind = $mainMod, L, exec, $rofi_powermenu
|
||||||
bind = $mainMod, V, exec, $rofi_clipboard
|
bind = $mainMod, V, exec, $rofi_clipboard
|
|
@ -17,6 +17,8 @@ $terminal = alacritty -o "window.opacity=0"
|
||||||
$fileManager = nemo
|
$fileManager = nemo
|
||||||
$bluetooth-manager = blueman-manager
|
$bluetooth-manager = blueman-manager
|
||||||
$pkg_manager = octoxbps
|
$pkg_manager = octoxbps
|
||||||
|
$pavucontrol = pavucontrol
|
||||||
|
|
||||||
$scr_path = ~/.config/hypr/scripts
|
$scr_path = ~/.config/hypr/scripts
|
||||||
$screenshot = $scr_path/hyprshot.sh
|
$screenshot = $scr_path/hyprshot.sh
|
||||||
$nekoray = $scr_path/nekoray-launch.sh
|
$nekoray = $scr_path/nekoray-launch.sh
|
||||||
|
@ -57,5 +59,5 @@ source = ~/.config/hypr/conf/window.conf
|
||||||
source = ~/.config/hypr/conf/decoration.conf
|
source = ~/.config/hypr/conf/decoration.conf
|
||||||
source = ~/.config/hypr/conf/layout.conf
|
source = ~/.config/hypr/conf/layout.conf
|
||||||
source = ~/.config/hypr/conf/misc.conf
|
source = ~/.config/hypr/conf/misc.conf
|
||||||
source = ~/.config/hypr/conf/keybinding.conf
|
source = ~/.config/hypr/conf/keybinds.conf
|
||||||
source = ~/.config/hypr/conf/rules.conf
|
source = ~/.config/hypr/conf/rules.conf
|
|
@ -6,7 +6,7 @@ DISABLE_GRUB_MENU=false
|
||||||
|
|
||||||
declare -A PACKAGES=(
|
declare -A PACKAGES=(
|
||||||
["BASE_PACKAGES"]="git stow dbus seatd elogind polkit NetworkManager gnome-keyring polkit-gnome mesa-dri pipewire wireplumber inotify-tools void-repo-multilib void-repo-nonfree wpa_supplicant wifish wpa-cute wpa_gui xorg gnome-keyring polkit-gnome mtpfs inotify-tools ffmpeg libnotify git base-devel"
|
["BASE_PACKAGES"]="git stow dbus seatd elogind polkit NetworkManager gnome-keyring polkit-gnome mesa-dri pipewire wireplumber inotify-tools void-repo-multilib void-repo-nonfree wpa_supplicant wifish wpa-cute wpa_gui xorg gnome-keyring polkit-gnome mtpfs inotify-tools ffmpeg libnotify git base-devel"
|
||||||
["HYPRLAND_PACKAGES"]="Waybar rofi avizo dunst swaybg mpvpaper grim jq slurp cliphist wl-clipboard swayidle"
|
["HYPRLAND_PACKAGES"]="Waybar rofi avizo dunst swaybg mpvpaper grim jq slurp cliphist wl-clipboard swayidle pavucontrol"
|
||||||
["AMD_DRIVERS"]="opencv Vulkan-Headers Vulkan-Tools Vulkan-ValidationLayers-32bit mesa-vulkan-radeon mesa-vulkan-radeon-32bit vulkan-loader vulkan-loader-32bit libspa-vulkan libspa-vulkan-32bit amdvlk mesa-dri"
|
["AMD_DRIVERS"]="opencv Vulkan-Headers Vulkan-Tools Vulkan-ValidationLayers-32bit mesa-vulkan-radeon mesa-vulkan-radeon-32bit vulkan-loader vulkan-loader-32bit libspa-vulkan libspa-vulkan-32bit amdvlk mesa-dri"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue