chore: doc for xbps-alternative and scriptpath env name changed to upper case
This commit is contained in:
parent
419d089ed3
commit
ae188a063e
2 changed files with 22 additions and 13 deletions
|
@ -18,19 +18,19 @@ $fileManager = nemo
|
|||
$bluetooth-manager = blueman-manager
|
||||
$pkg_manager = octoxbps
|
||||
|
||||
$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
|
||||
$kill_wallpaper_daemon = $scr_path/kill-wallpaper-daemon.sh
|
||||
$waybar_toggle = $scr_path/waybar-toggle.sh
|
||||
$rofi_menu = $scr_path/rofi-launch.sh d
|
||||
$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
|
||||
$SCRIPT_PATH = ~/.config/hypr/scripts
|
||||
$screenshot = $SCRIPT_PATH/hyprshot.sh
|
||||
$pavucontrol = $SCRIPT_PATH/pavucontrol-launch.sh
|
||||
$nekoray = $SCRIPT_PATH/nekoray-launch.sh
|
||||
$network_manager = $SCRIPT_PATH/wpa-launch.sh
|
||||
$random_wallpaper = $SCRIPT_PATH/wallpaper-daemon.sh
|
||||
$kill_wallpaper_daemon = $SCRIPT_PATH/kill-wallpaper-daemon.sh
|
||||
$waybar_toggle = $SCRIPT_PATH/waybar-toggle.sh
|
||||
$rofi_menu = $SCRIPT_PATH/rofi-launch.sh d
|
||||
$rofi_powermenu = $SCRIPT_PATH/rofi-launch.sh p
|
||||
$rofi_screenshot = $SCRIPT_PATH/rofi-launch.sh s
|
||||
$rofi_clipboard = $SCRIPT_PATH/rofi-launch.sh c
|
||||
$rofi_wallpaper = $SCRIPT_PATH/rofi-launch.sh w
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Autostart
|
||||
|
|
|
@ -72,6 +72,15 @@ sudo xbps-remove -O
|
|||
|
||||
This command removes old package files from the cache.
|
||||
|
||||
## Update Default Apps by xbps-alternative
|
||||
|
||||
To set alternative for an app use :
|
||||
|
||||
```bash
|
||||
sudo xbps-alternatives -C <config>
|
||||
```
|
||||
|
||||
|
||||
## Conclusion
|
||||
|
||||
XBPS provides a straightforward and efficient package management system for Void Linux. These basic commands should help you get started with installing, updating, and managing packages on your Void Linux system.
|
Loading…
Add table
Reference in a new issue