Created
December 23, 2022 20:09
-
-
Save nicolasdanelon/fdbcafb6af793468f1c70b36a5785ab1 to your computer and use it in GitHub Desktop.
arch xorg i3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pacman -S --needed xorg sddm i3 i3-wm i3lock i3status feh dmenu rofi firefox kitty the_silver_searcher vim htop ttf-fira-mono ttf-hack ttf-joypixels ttf-ubuntu-font-family | |
yay -y i3blocks i3-gaps | |
systemctl enable sddm | |
cat ~/.config/i3/config | |
mkdir ~/.config/i3/i3status | |
cp /etc/i3status.conf ~/.config/i3/i3status/default.conf | |
mkdir ~/.config/i3/i3blocks | |
cp /etc/i3blocks.conf ~/.config/i3/i3blocks/default.conf | |
vim ~/.zshrc | |
alias pacman="sudo pacman --color=always" | |
export GDK_SCALE=2 | |
feh --randomize --bg-fill ~/backgrounds/* | |
i3-msg reload | |
alias i3reload="i3-msg reload" | |
alias i3restart="i3-msg restart" | |
vim ~/.Xresources | |
!Fonts {{{ | |
Xft.antialias: true | |
Xft.hinting: true | |
Xft.rgba: rgb | |
Xft.hintstyle: hintfull | |
Xft.dpi: 114 | |
!}}} | |
vim /usr/lib/sddm/sddm.conf.d/default.conf | |
[Theme] | |
# current theme name | |
Current=archlinux-simplyblack | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment