From ee63cb31bcdcc61d4237ec7a87e21b2df2dae132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 8 Oct 2023 17:11:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(xresources):=20n?= =?UTF-8?q?ot=20necessary=20with=20wayland?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .Xresources | 39 ---------------------------------- .config/hypr/scripts/autostart | 1 - 2 files changed, 40 deletions(-) delete mode 100644 .Xresources diff --git a/.Xresources b/.Xresources deleted file mode 100644 index 520c12c3..00000000 --- a/.Xresources +++ /dev/null @@ -1,39 +0,0 @@ -Xcursor.theme: Catppuccin-Macchiato-Dark -Xcursor.size: 16 -Xft.dpi: 100 - -! COLORS -*background: #303446 -*foreground: #C6D0F5 - -! black -*color0: #51576D -*color8: #626880 - -! red -*color1: #E78284 -*color9: #E78284 - -! green -*color2: #A6D189 -*color10: #A6D189 - -! yellow -*color3: #E5C890 -*color11: #E5C890 - -! blue -*color4: #8CAAEE -*color12: #8CAAEE - -! magenta -*color5: #F4B8E4 -*color13: #F4B8E4 - -! cyan -*color6: #81C8BE -*color14: #81C8BE - -! white -*color7: #B5BFE2 -*color15: #A5ADCE diff --git a/.config/hypr/scripts/autostart b/.config/hypr/scripts/autostart index 3de7103e..b9f98211 100755 --- a/.config/hypr/scripts/autostart +++ b/.config/hypr/scripts/autostart @@ -47,5 +47,4 @@ kitty --class nvtop-kitty nvtop & dex -a -s ~/.config/autostart/ & # Easyeffects, Spotify, Discord and Thunderbird # Other -xrdb -merge ~/.Xresources $scripts/launch_portals &