updated void-desktop-install and corresponding files
This commit is contained in:
parent
8458856128
commit
a45028f4b4
12 changed files with 107 additions and 231 deletions
|
@ -78,14 +78,14 @@ Installation:
|
|||
{
|
||||
> APPARMOR=enforce
|
||||
}
|
||||
# xbps-reconfigure -f linux<latest-version>
|
||||
# (runit services)
|
||||
# xbps-reconfigure -f linux{latest-version}
|
||||
# exit
|
||||
# umount -r /mnt
|
||||
# reboot
|
||||
}
|
||||
Post install:
|
||||
{
|
||||
$ git clone https://git.bijl.us/luc/void-desktop.git
|
||||
Network:
|
||||
{
|
||||
# ln -s /etc/sv/NetworkManager /var/service
|
||||
|
@ -114,17 +114,18 @@ Post install:
|
|||
> permit persist :wheel as root
|
||||
}
|
||||
|
||||
$ git clone https://git.bijl.us/luc/void-desktop.git
|
||||
$ cp void-desktop/config-files/.bashrc .bashrc
|
||||
$ cp void-desktop/config-files/.bash_profile .bash_profile
|
||||
$ cp void-desktop/config-files/bash/.bashrc .bashrc
|
||||
$ cp void-desktop/config-files/bash/.bash_profile .bash_profile
|
||||
}
|
||||
Linux-lts:
|
||||
{
|
||||
vim /etc/xbps.d/xbps.conf:
|
||||
# vim /etc/xbps.d/xbps.conf:
|
||||
{
|
||||
> ignorepkg=linux
|
||||
}
|
||||
xbps-install -y linux-lts linux-lts-headers
|
||||
# xbps-install -y linux-lts linux-lts-headers
|
||||
# reboot now
|
||||
# xbps-remove -y linux-{version} linux{version}
|
||||
}
|
||||
Localtime:
|
||||
{
|
||||
|
@ -156,11 +157,6 @@ Post install:
|
|||
$ echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf
|
||||
$ voidpackages/./xbps-src pkg <package_name> -j(N-threads)
|
||||
# xi <package_name>
|
||||
|
||||
(update)
|
||||
$ cd void-packages
|
||||
$ git pull
|
||||
$ ./xbp-src update-sys -j<N-threads>
|
||||
}
|
||||
AMD Firmware (cpu+gpu):
|
||||
{
|
||||
|
@ -176,42 +172,86 @@ Post install:
|
|||
# xbps-install -Sy qt5 qt5-quickcontrols qt5-graphicaleffects
|
||||
# git clone https://github.com/MarianArlt/sddm-chili.git /usr/share/sddm/themes/chili
|
||||
# cp void-dekstop/data/chili-background/background.png /usr/share/sddm/themes/chili/assets/background.png
|
||||
# cp void-desktop/config-files/theme.conf /usr/share/sddm/themes/chili/theme.conf
|
||||
# cp void-desktop/config-files/.face.icon /usr/share/sddm/faces/.face.icon
|
||||
# cp void-desktop/config-files/sddm.conf /etc/sddm.conf.d/sddm.conf
|
||||
# cp void-desktop/config-files/chili/theme.conf /usr/share/sddm/themes/chili/theme.conf
|
||||
# cp void-desktop/config-files/sddm/.face.icon /usr/share/sddm/faces/.face.icon
|
||||
# cp void-desktop/config-files/sddm/sddm.conf /etc/sddm.conf.d/sddm.conf
|
||||
}
|
||||
Window manager:
|
||||
{
|
||||
# xbps-install -Sy wayfire wcm
|
||||
|
||||
# xbps-install -Sy wayfire wcm dconf plata-theme
|
||||
$ cp void-desktop/config-files/wayfire/wayfire.ini .config/
|
||||
# usermod -aG _seatd <user>
|
||||
}
|
||||
Lockscreen:
|
||||
Display:
|
||||
{
|
||||
|
||||
# xbps-install kanshi wlr-randr wdisplays wlsunset
|
||||
$ cp -r void-desktop/config-files/kanshi .config/
|
||||
$ vim .config/wayfire.ini:
|
||||
{
|
||||
> [autostart]
|
||||
> outputs = kanshi
|
||||
}
|
||||
}
|
||||
Taskbar:
|
||||
{
|
||||
|
||||
# xbps-install waybar (potential fonts and icons)
|
||||
$ cp -r void-desktop/config-files/waybar .config/
|
||||
$ vim .config/wayfire.ini:
|
||||
{
|
||||
> [autostart]
|
||||
> bar = waybar
|
||||
}
|
||||
}
|
||||
Tasklauncher:
|
||||
{
|
||||
|
||||
# xbps-install wofi wlogout
|
||||
$ cp -r void-desktop/config-files/wofi .config/
|
||||
$ cp -r void-desktop/config-files/wlogout .config/
|
||||
$ vim .config/wayfire.ini:
|
||||
{
|
||||
> [command]
|
||||
> binding_launcher = <super> KEY_S
|
||||
> binding_wlogout = <super> KEY_P
|
||||
> command_launcher = wofi --show drun
|
||||
> command_wlogout = wlogout
|
||||
}
|
||||
}
|
||||
Notifications:
|
||||
{
|
||||
|
||||
# xbps-install mako
|
||||
$ cp -r void-desktop/config-files/mako .config/
|
||||
$ vim .config/wayfire.ini:
|
||||
{
|
||||
> [autostart]
|
||||
> notifications = mako
|
||||
}
|
||||
}
|
||||
Audio:
|
||||
{
|
||||
|
||||
}
|
||||
Lockscreen:
|
||||
{
|
||||
# xbps-install -Sy swayidle gtklock
|
||||
$ cp -r void-desktop/config-files/gtklock .config/
|
||||
$ vim .config/wayfire.ini:
|
||||
{
|
||||
> [autostart]
|
||||
> idle = swayidle -w timeout 590 gtklock before-sleep gtklock
|
||||
|
||||
> [idle]
|
||||
> screensaver_timeout = 300
|
||||
> dpms_timeout = 600
|
||||
}
|
||||
}
|
||||
Auto mounting:
|
||||
{
|
||||
|
||||
}
|
||||
Display:
|
||||
{
|
||||
|
||||
# xpbs-install -Sy udisks2 udiskie
|
||||
$ vim .config/wayfire.ini:
|
||||
{
|
||||
> [autostart]
|
||||
> automount = udiskie -As
|
||||
}
|
||||
}
|
||||
Bluetooth:
|
||||
{
|
||||
|
@ -239,6 +279,10 @@ Post install:
|
|||
}
|
||||
Misc:
|
||||
{
|
||||
default-applications:
|
||||
{
|
||||
# xbps-install -Sy firefox vscode foot thunar element-desktop mpv baobab gimp
|
||||
}
|
||||
foot-openssh:
|
||||
{
|
||||
$ TERM=xterm-256color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue