From 9e1a7787d4a58754a9c54e3a3ada4be4565b40ec Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Tue, 7 Mar 2023 13:07:19 -0500 Subject: [PATCH] xorg setup fixes --- install.sh | 5 ++ term/.config/kitty/kitty.conf | 119 +++++++++++++++++++++------------- wm/.config/berry/autostart | 3 - wm/.config/bspwm/bspwmrc | 2 - 4 files changed, 80 insertions(+), 49 deletions(-) diff --git a/install.sh b/install.sh index 7d0e26a..4cf7eb5 100755 --- a/install.sh +++ b/install.sh @@ -117,6 +117,7 @@ neovim_fonts() { } wm() { + sudo apt install -y xorg xinit pulseaudio sudo add-apt-repository -y ppa:papirus/papirus sudo apt update && sudo apt install -y i3 polybar nitrogen feh picom rofi stow papirus-icon-theme conky dmenu scrot kitty # installing siji @@ -153,6 +154,10 @@ Name=berry Comment=berry - a small window manager Exec=berry Type=XSession +EOF + cat < /dev/null || sxhkd -c ~/.config/berry/sxhkdrc & pkill conky; conky -d diff --git a/wm/.config/bspwm/bspwmrc b/wm/.config/bspwm/bspwmrc index d2cfa24..750fef3 100755 --- a/wm/.config/bspwm/bspwmrc +++ b/wm/.config/bspwm/bspwmrc @@ -1,7 +1,5 @@ #!/bin/sh -xrandr -s 1920x1080 - pgrep -x sxhkd > /dev/null || sxhkd -c ~/.config/bspwm/sxhkdrc & pkill conky; conky -d feh --bg-fill ~/wallpaper/nick-nazzaro-underwater.png