summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-12-01 21:07:10 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-12-01 21:07:10 -0800
commit20bc4d544fc88ef8580f6f239ea503013c0c265c (patch)
treeb63b0b3a2d91f8a09e1dd6f884f758ce809b4f6f
parent824727eaa6a9e6bedd8e572fddf345cbcf8db1c9 (diff)
feat: updated desktop
-rw-r--r--.Xresources11
-rw-r--r--.config/qutebrowser/config.py8
-rwxr-xr-x.screenlayout/setup.sh2
-rw-r--r--.xinitrc7
4 files changed, 13 insertions, 15 deletions
diff --git a/.Xresources b/.Xresources
index 6d478e9..3490ba8 100644
--- a/.Xresources
+++ b/.Xresources
@@ -1,8 +1,7 @@
-!Xft.autohint: 0
-!Xft.antialias: 1
-!Xft.hinting: 1
-!Xft.hintstyle: hintslight
-!Xft.rgba: rgba
+Xft.autohint: 0
+Xft.antialias: 1
+Xft.hinting: 1
+Xft.hintstyle: hintslight
+Xft.rgba: rgba
Xcursor.theme: Adwaita
-Xcursor.size: 32
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
index 082e093..aa332b2 100644
--- a/.config/qutebrowser/config.py
+++ b/.config/qutebrowser/config.py
@@ -342,12 +342,12 @@ c.colors.tabs.pinned.selected.odd.fg = c.colors.tabs.selected.odd.fg
# ------------------------------------------------------------------------
# fonts
-font = "16pt consolas"
-c.fonts.default_size = "16pt"
+font = "12pt consolas"
+c.fonts.default_size = "12pt"
c.fonts.default_family = "consolas"
-c.fonts.web.size.default = 16
-c.fonts.web.size.default_fixed = 16
+c.fonts.web.size.default = 12
+c.fonts.web.size.default_fixed = 12
# ------------------------------------------------------------------------
# fonts
diff --git a/.screenlayout/setup.sh b/.screenlayout/setup.sh
new file mode 100755
index 0000000..17f8207
--- /dev/null
+++ b/.screenlayout/setup.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+xrandr --output DP-1 --off --output DP-2 --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-3 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal
diff --git a/.xinitrc b/.xinitrc
index 37462d6..0190bd3 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -27,15 +27,12 @@ xinit() {
exec status &
# x related software
+ $HOME/.screenlayout/setup.sh
+
exec xbanish &
exec redshift -l 34:-119 &
xrdb -merge ~/.Xresources
}
-xfini() {
- rm $DWM_PIPE || echo "failed to cleanup $DWM_PIPE"
-}
-
xinit
exec dwm
-xfini