added xorg.conf for personal computer
This commit is contained in:
@@ -23,4 +23,5 @@ _darcs
|
||||
^/COPYING
|
||||
|
||||
images
|
||||
fonts
|
||||
fonts
|
||||
misc
|
||||
@@ -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
|
||||
# source /home/scbj/repos/qmk_firmware/util/qmk_tab_complete.sh
|
||||
12
misc/xorg.conf
Normal file
12
misc/xorg.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "DisplayPort-2"
|
||||
Option "Primary" "true"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "DisplayPort-1"
|
||||
Option "rightof" "DisplayPort-2"
|
||||
EndSection
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user