Compare commits

..

No commits in common. "edceb9cf4e19ab2c6250d239eb38c8ccca4d14e7" and "032df33f955f1c142233541ec375ff23b9d01729" have entirely different histories.

3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -56,19 +56,23 @@ 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/khard.conf;
source = ../../.config/khard/config;
};
};
}