diff --git a/.config/autorandr/dual/config b/.config/autorandr/dual/config index 2606f15..ef25f85 100644 --- a/.config/autorandr/dual/config +++ b/.config/autorandr/dual/config @@ -13,7 +13,7 @@ crtc 0 mode 1920x1080 pos 0x0 primary -rate 60.00 +rate 144.00 x-prop-non_desktop 0 output HDMI-0 crtc 1 diff --git a/.config/autorandr/single/config b/.config/autorandr/single/config index 2606f15..15e66ea 100644 --- a/.config/autorandr/single/config +++ b/.config/autorandr/single/config @@ -13,11 +13,11 @@ crtc 0 mode 1920x1080 pos 0x0 primary -rate 60.00 +rate 144.00 x-prop-non_desktop 0 output HDMI-0 crtc 1 mode 1600x1200 pos 1920x0 -rate 60.00 +rate 144.00 x-prop-non_desktop 0 diff --git a/.extrarc b/.extrarc index 303f70f..37ee608 100644 --- a/.extrarc +++ b/.extrarc @@ -51,10 +51,6 @@ alias killpoly="killall polybar" alias polybar="setsid polybar" alias repoly="zsh ~/.config/polybar/launch.sh" -# vs code -alias code="vscodium" -alias vs="vscodium" - # nano alias nano="nano -c" alias i3conf="nano ~/.config/i3/config"