mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 14:06:54 +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 ```
|
||||
- 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>
|
||||
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ bind = $mainMod ALT, down, movewindow, d
|
|||
# Apps
|
||||
bind = $mainMod, R, exec, $rofi_menu
|
||||
bind = $mainMod, A, exec, $nekoray
|
||||
bind = $mainMod, T, exec, $pavucontrol
|
||||
bind = $mainMod, X, exec, $rofi_screenshot
|
||||
bind = $mainMod, L, exec, $rofi_powermenu
|
||||
bind = $mainMod, V, exec, $rofi_clipboard
|
|
@ -17,6 +17,8 @@ $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
|
||||
$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/layout.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
|
|
@ -6,7 +6,7 @@ DISABLE_GRUB_MENU=false
|
|||
|
||||
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"
|
||||
["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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue