Compare commits
3 Commits
032df33f95
...
edceb9cf4e
Author | SHA1 | Date |
---|---|---|
stupidcomputer | edceb9cf4e | |
stupidcomputer | 8563eede63 | |
stupidcomputer | f7c7671dce |
|
@ -92,6 +92,7 @@ function setTabbing(lang, width)
|
||||||
end
|
end
|
||||||
|
|
||||||
setTabbing("python", 4)
|
setTabbing("python", 4)
|
||||||
|
setTabbing("htmldjango", 4)
|
||||||
setTabbing("javascript", 4)
|
setTabbing("javascript", 4)
|
||||||
setTabbing("css", 4)
|
setTabbing("css", 4)
|
||||||
setTabbing("html", 4)
|
setTabbing("html", 4)
|
||||||
|
|
|
@ -56,23 +56,19 @@ case "$(hostname)" in
|
||||||
case "$1" in
|
case "$1" in
|
||||||
"invert")
|
"invert")
|
||||||
xrandr \
|
xrandr \
|
||||||
--output HDMI-0 --mode 1920x1080 --pos 3840x0 --rotate right --rate 60 \
|
|
||||||
--output DP-0 --off \
|
--output DP-0 --off \
|
||||||
--output DP-1-2 --primary --mode 1920x1080 --pos 0x352 --rotate normal --rate 180 \
|
--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
|
--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-2 -d 1 3 5 7
|
||||||
bspc monitor DP-1-1 -d 2 4 6 8
|
bspc monitor DP-1-1 -d 2 4 6 8
|
||||||
bspc monitor HDMI-0 -d 9
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
xrandr \
|
xrandr \
|
||||||
--output HDMI-0 --mode 1920x1080 --pos 3840x0 --rotate right --rate 60 \
|
|
||||||
--output DP-0 --off \
|
--output DP-0 --off \
|
||||||
--output DP-1-1 --primary --mode 1920x1080 --pos 0x352 --rotate normal --rate 180 \
|
--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
|
--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-1 -d 1 3 5 7
|
||||||
bspc monitor DP-1-2 -d 2 4 6 8
|
bspc monitor DP-1-2 -d 2 4 6 8
|
||||||
bspc monitor HDMI-0 -d 9
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
xinput set-prop 'INSTANT USB GAMING MOUSE ' 'libinput Accel Speed' -1
|
xinput set-prop 'INSTANT USB GAMING MOUSE ' 'libinput Accel Speed' -1
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/khard/config" = {
|
".config/khard/config" = {
|
||||||
source = ../../.config/khard/config;
|
source = ../../.config/khard/khard.conf;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue