added xorg.conf for personal computer

This commit is contained in:
zegonix
2024-09-08 22:33:04 +02:00
parent 6d1b13d0b9
commit eb592e407b
5 changed files with 17 additions and 4 deletions

View File

@@ -23,4 +23,5 @@ _darcs
^/COPYING ^/COPYING
images images
fonts fonts
misc

View File

@@ -21,4 +21,4 @@ export EZA_CONFIG_DIR="~/.config/eza/"
eval "$(starship init bash)" eval "$(starship init bash)"
# setup qmk completion # setup qmk completion
source /home/scbj/repos/qmk_firmware/util/qmk_tab_complete.sh # source /home/scbj/repos/qmk_firmware/util/qmk_tab_complete.sh

12
misc/xorg.conf Normal file
View File

@@ -0,0 +1,12 @@
Section "Monitor"
Identifier "DisplayPort-2"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "DisplayPort-1"
Option "rightof" "DisplayPort-2"
EndSection

View File

@@ -12,7 +12,7 @@ fade-out-step = 0.05;
fade-delta = 8; fade-delta = 8;
# opacity # opacity
inactive-dim = 0.2 ; inactive-dim = 0.2
# corners # corners
corner-radius = 2; corner-radius = 2;

View File

@@ -50,7 +50,7 @@ module-margin = 1
separator = | separator = |
separator-foreground = ${colors.disabled} separator-foreground = ${colors.disabled}
font-0 = VictorMono SemiBold;2 font-0 = "VictorMono Nerd Font:size=13:weight=Bold;2"
modules-left = xworkspaces xwindow modules-left = xworkspaces xwindow
modules-right = xkeyboard pulseaudio memory cpu filesystem eth date modules-right = xkeyboard pulseaudio memory cpu filesystem eth date