diff options
-rw-r--r-- | etc/pacman.conf | 4 | ||||
-rw-r--r-- | home/xyz/.xinitrc | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index c25d9d6b..8b93a188 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -90,8 +90,8 @@ Include = /etc/pacman.d/mirrorlist #[multilib-testing] #Include = /etc/pacman.d/mirrorlist -#[multilib] -#Include = /etc/pacman.d/mirrorlist +[multilib] +Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. diff --git a/home/xyz/.xinitrc b/home/xyz/.xinitrc index 80b94456..b07d4cdd 100644 --- a/home/xyz/.xinitrc +++ b/home/xyz/.xinitrc @@ -47,7 +47,8 @@ sxhkd & udiskie & # xorg-server 21.1.1-2 set correct dpi for my computer, but I choose to take the blue pill # Attention, don't use & at the end otherwise dwm status bar won't have proper dpi. -xrandr --dpi 96 +# xorg-server 21.1.1-3 "fixed" it, so no need now +#xrandr --dpi 96 # default fastest windows 10 keyboard repeat delay and rate # without editing registry, using filter key, or other third party program # see http://stereopsis.com/keyrepeat/ |