mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 11:56:54 +02:00
feat: octoxbps keybind and required package
This commit is contained in:
parent
1dc22531d3
commit
a85926d2e4
3 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,7 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
|||
|
||||
- alacritty
|
||||
- zellij
|
||||
- octoxbps
|
||||
- neofetch
|
||||
- fontmanager
|
||||
- gnome-system-monitor
|
||||
|
|
|
@ -20,3 +20,4 @@ $rofi_powermenu = $scr_path/rofi-launch.sh p
|
|||
$rofi_screenshot = $scr_path/rofi-launch.sh s
|
||||
$rofi_clipboard = $scr_path/rofi-launch.sh c
|
||||
$rofi_wallpaper = $scr_path/rofi-launch.sh w
|
||||
$pkg_manager = octoxbps
|
||||
|
|
|
@ -26,6 +26,7 @@ bind = $mainMod, Q, exec, $terminal
|
|||
bind = $mainMod, W, exec, $terminal -e zellij
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, N, exec, $network_manager
|
||||
bind = $mainMod, J, exec, $pkg_manager
|
||||
|
||||
# Screenshot
|
||||
bind = $mainMod, PRINT, exec, $screenshot -m window
|
||||
|
|
Loading…
Add table
Reference in a new issue