Compare commits
8 Commits
5d85bf67dd
...
4ebb52fff2
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ebb52fff2 | |||
| 8bad586ace | |||
| bd4811c607 | |||
| bcf101a733 | |||
| be3eb3bf51 | |||
| 32cb3bac67 | |||
| a3eb72fa1c | |||
| 3645821ded |
@ -9,4 +9,4 @@ Description = Add instructions for startx
|
||||
When = PostTransaction
|
||||
Depends = xorg-xinit
|
||||
Depends = sh
|
||||
Exec = /bin/sh -c 'echo -e \\nTo start GUI, type \\033\[0\;35mstartx\\033\[0\;0m.\\n >> /etc/motd'
|
||||
Exec = /bin/sh -c 'echo -e \\nTo start GUI, type \\033\[0\;35mstartx\\033\[0\;0m or \\033\[0\;35mstartwayland\\033\[0\;0m.\\n >> /etc/motd'
|
||||
|
||||
@ -61,7 +61,7 @@ immutability=1
|
||||
plugin=org.kde.plasma.icontasks
|
||||
|
||||
[Containments][2][Applets][5][Configuration][General]
|
||||
launchers=applications:systemsettings.desktop,preferred://filemanager,preferred://browser
|
||||
launchers=applications:systemsettings.desktop,preferred://filemanager,preferred://browser,applications:org.kde.konsole.desktop
|
||||
|
||||
[Containments][2][Applets][6]
|
||||
immutability=1
|
||||
|
||||
2
airootfs/usr/local/bin/startwayland
Executable file
2
airootfs/usr/local/bin/startwayland
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
dbus-run-session startplasma-wayland
|
||||
@ -6,7 +6,7 @@ b43-fwcutter
|
||||
base
|
||||
bind-tools
|
||||
brltty
|
||||
broadcom-wl
|
||||
broadcom-wl-dkms
|
||||
btrfs-progs
|
||||
clonezilla
|
||||
cloud-init
|
||||
@ -29,7 +29,7 @@ exfatprogs
|
||||
f2fs-tools
|
||||
fatresize
|
||||
fsarchiver
|
||||
gnu-netcat
|
||||
openbsd-netcat
|
||||
gpart
|
||||
gpm
|
||||
gptfdisk
|
||||
@ -82,7 +82,6 @@ pptpclient
|
||||
pv
|
||||
qemu-guest-agent
|
||||
reflector
|
||||
reiserfsprogs
|
||||
rp-pppoe
|
||||
rsync
|
||||
rxvt-unicode-terminfo
|
||||
@ -142,3 +141,5 @@ firefox-i18n-en-us
|
||||
firefox-i18n-ru
|
||||
gparted
|
||||
grub
|
||||
kwin-x11
|
||||
kscreen
|
||||
|
||||
@ -22,4 +22,5 @@ file_permissions=(
|
||||
["/usr/local/bin/choose-mirror"]="0:0:755"
|
||||
["/usr/local/bin/Installation_guide"]="0:0:755"
|
||||
["/usr/local/bin/livecd-sound"]="0:0:755"
|
||||
["/usr/local/bin/startwayland"]="0:0:755"
|
||||
)
|
||||
|
||||
@ -6,7 +6,7 @@ b43-fwcutter
|
||||
base
|
||||
bind-tools
|
||||
brltty
|
||||
broadcom-wl
|
||||
broadcom-wl-dkms
|
||||
btrfs-progs
|
||||
clonezilla
|
||||
cloud-init
|
||||
@ -29,7 +29,7 @@ exfatprogs
|
||||
f2fs-tools
|
||||
fatresize
|
||||
fsarchiver
|
||||
gnu-netcat
|
||||
openbsd-netcat
|
||||
gpart
|
||||
gpm
|
||||
gptfdisk
|
||||
@ -82,7 +82,6 @@ pptpclient
|
||||
pv
|
||||
qemu-guest-agent
|
||||
reflector
|
||||
reiserfsprogs
|
||||
rp-pppoe
|
||||
rsync
|
||||
rxvt-unicode-terminfo
|
||||
|
||||
@ -22,4 +22,5 @@ file_permissions=(
|
||||
["/usr/local/bin/choose-mirror"]="0:0:755"
|
||||
["/usr/local/bin/Installation_guide"]="0:0:755"
|
||||
["/usr/local/bin/livecd-sound"]="0:0:755"
|
||||
["/usr/local/bin/startwayland"]="0:0:755"
|
||||
)
|
||||
|
||||
18
pacman.conf
18
pacman.conf
@ -79,12 +79,6 @@ Include = /etc/pacman.d/mirrorlist
|
||||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[community-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[community]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
# If you want to run 32 bit applications on your x86_64 system,
|
||||
# enable the multilib repositories as required here.
|
||||
|
||||
@ -101,13 +95,5 @@ Include = /etc/pacman.d/mirrorlist
|
||||
#Server = file:///home/custompkgs
|
||||
|
||||
[archzfs]
|
||||
# Origin Server - France
|
||||
Server = http://archzfs.com/$repo/x86_64
|
||||
# Mirror - Germany
|
||||
Server = http://mirror.sum7.eu/archlinux/archzfs/$repo/x86_64
|
||||
# Mirror - Germany
|
||||
Server = https://mirror.biocrafting.net/archlinux/archzfs/$repo/x86_64
|
||||
# Mirror - India
|
||||
Server = https://mirror.in.themindsmaze.com/archzfs/$repo/x86_64
|
||||
# Mirror - US
|
||||
Server = https://zxcvfdsa.com/archzfs/$repo/$arch
|
||||
SigLevel = Required
|
||||
Server = https://github.com/archzfs/archzfs/releases/download/experimental
|
||||
Loading…
Reference in New Issue
Block a user