diff --git a/.stow-local-ignore b/.stow-local-ignore index 2530b8b..13e779b 100644 --- a/.stow-local-ignore +++ b/.stow-local-ignore @@ -23,4 +23,5 @@ _darcs ^/COPYING images -fonts \ No newline at end of file +fonts +misc \ No newline at end of file diff --git a/.bashrc b/bashrc/.bashrc similarity index 87% rename from .bashrc rename to bashrc/.bashrc index 23a6a25..6771713 100644 --- a/.bashrc +++ b/bashrc/.bashrc @@ -21,4 +21,4 @@ export EZA_CONFIG_DIR="~/.config/eza/" eval "$(starship init bash)" # setup qmk completion -source /home/scbj/repos/qmk_firmware/util/qmk_tab_complete.sh \ No newline at end of file +# source /home/scbj/repos/qmk_firmware/util/qmk_tab_complete.sh diff --git a/misc/xorg.conf b/misc/xorg.conf new file mode 100644 index 0000000..4bfc926 --- /dev/null +++ b/misc/xorg.conf @@ -0,0 +1,12 @@ + + + +Section "Monitor" + Identifier "DisplayPort-2" + Option "Primary" "true" +EndSection + +Section "Monitor" + Identifier "DisplayPort-1" + Option "rightof" "DisplayPort-2" +EndSection diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 8c2783a..0c6cbe1 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -12,7 +12,7 @@ fade-out-step = 0.05; fade-delta = 8; # opacity -inactive-dim = 0.2 +; inactive-dim = 0.2 # corners corner-radius = 2; diff --git a/polybar/.config/polybar/config.ini b/polybar/.config/polybar/config.ini index 7efa249..e74819e 100644 --- a/polybar/.config/polybar/config.ini +++ b/polybar/.config/polybar/config.ini @@ -50,7 +50,7 @@ module-margin = 1 separator = | separator-foreground = ${colors.disabled} -font-0 = VictorMono SemiBold;2 +font-0 = "VictorMono Nerd Font:size=13:weight=Bold;2" modules-left = xworkspaces xwindow modules-right = xkeyboard pulseaudio memory cpu filesystem eth date