From 5a16c1185b23df9b62ba37daef409b92ce4fef74 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 25 Feb 2022 18:17:42 +0100 Subject: [PATCH] removed vscodium aliases --- .config/autorandr/dual/config | 2 +- .config/autorandr/single/config | 4 ++-- .extrarc | 4 ---- 3 files changed, 3 insertions(+), 7 deletions(-) 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"