Skip to content

Commit

Permalink
fix conflict with networkmanager and openresolv - remove bugged gtk
Browse files Browse the repository at this point in the history
theme
  • Loading branch information
pad92 committed Sep 20, 2022
1 parent 91584ec commit 0c5adb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .config/gtk-3.0/settings.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Settings]
gtk-icon-theme-name=Papirus-Dark
gtk-theme-name=Materia-dark-compact
gtk-icon-theme-name=Adwaita
gtk-theme-name=Adwaita-dark
gtk-cursor-theme-name=Adwaita
gtk-font-name=Cantarell 11
gtk-xft-antialias=1
Expand Down
9 changes: 8 additions & 1 deletion dist/archlinux/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ UCODE='amd-ucode' # for AMD processors
pacstrap /mnt \
base \
base-devel \
${KERNEL} \
${KERNEL}-headers \
${UCODE} \
base-devel \
crda \
efibootmgr \
git \
Expand All @@ -132,13 +132,20 @@ pacstrap /mnt \
openssh \
os-prober \
python \
resolvconf \
rsync \
terminus-font \
vim \
wpa_supplicant \
zsh
```

### Configure resolv.conf
```
echo '[main]
rc-manager=resolvconf' > /etc/NetworkManager/conf.d/rc-manager.conf
```

### Configure wifi region
```
echo 'WIRELESS_REGDOM="FR"' > /mnt/etc/conf.d/wireless-regdom
Expand Down

0 comments on commit 0c5adb0

Please sign in to comment.