Compare commits

...

3 Commits

Author SHA1 Message Date
stupidcomputer edceb9cf4e add special case for htmldjango 2024-05-25 10:33:13 -05:00
stupidcomputer 8563eede63 mlg has two displays now 2024-05-25 10:32:57 -05:00
stupidcomputer f7c7671dce update khard config location 2024-05-25 10:32:43 -05:00
3 changed files with 2 additions and 5 deletions

View File

@ -92,6 +92,7 @@ function setTabbing(lang, width)
end
setTabbing("python", 4)
setTabbing("htmldjango", 4)
setTabbing("javascript", 4)
setTabbing("css", 4)
setTabbing("html", 4)

View File

@ -56,23 +56,19 @@ case "$(hostname)" in
case "$1" in
"invert")
xrandr \
--output HDMI-0 --mode 1920x1080 --pos 3840x0 --rotate right --rate 60 \
--output DP-0 --off \
--output DP-1-2 --primary --mode 1920x1080 --pos 0x352 --rotate normal --rate 180 \
--output DP-1-1 --mode 1920x1080 --pos 1920x352 --rotate normal --rate 180
bspc monitor DP-1-2 -d 1 3 5 7
bspc monitor DP-1-1 -d 2 4 6 8
bspc monitor HDMI-0 -d 9
;;
*)
xrandr \
--output HDMI-0 --mode 1920x1080 --pos 3840x0 --rotate right --rate 60 \
--output DP-0 --off \
--output DP-1-1 --primary --mode 1920x1080 --pos 0x352 --rotate normal --rate 180 \
--output DP-1-2 --mode 1920x1080 --pos 1920x352 --rotate normal --rate 180
bspc monitor DP-1-1 -d 1 3 5 7
bspc monitor DP-1-2 -d 2 4 6 8
bspc monitor HDMI-0 -d 9
;;
esac
xinput set-prop 'INSTANT USB GAMING MOUSE ' 'libinput Accel Speed' -1

View File

@ -7,7 +7,7 @@
home.file = {
".config/khard/config" = {
source = ../../.config/khard/config;
source = ../../.config/khard/khard.conf;
};
};
}