From 8590903f8ad23c87a1c043c31822e3f460cf9b93 Mon Sep 17 00:00:00 2001 From: ITmail-dk Date: Thu, 15 Dec 2022 15:25:22 +0100 Subject: [PATCH] cleaning --- apt/sources.list | 8 -------- local-files/.Xresources | 2 -- miscellaneous/dur-picom.conf | 12 ------------ 3 files changed, 22 deletions(-) delete mode 100644 apt/sources.list delete mode 100644 local-files/.Xresources delete mode 100644 miscellaneous/dur-picom.conf diff --git a/apt/sources.list b/apt/sources.list deleted file mode 100644 index 233b28b..0000000 --- a/apt/sources.list +++ /dev/null @@ -1,8 +0,0 @@ -deb http://cdn-fastly.deb.debian.org/debian/ testing main contrib non-free -deb-src http://cdn-fastly.deb.debian.org/debian/ testing main contrib non-free - -deb http://cdn-fastly.deb.debian.org/debian/ testing-updates main contrib non-free -deb-src http://cdn-fastly.deb.debian.org/debian/ testing-updates main contrib non-free - -deb http://security.debian.org/ testing/updates main contrib non-free -deb-src http://security.debian.org/ testing/updates main contrib non-free \ No newline at end of file diff --git a/local-files/.Xresources b/local-files/.Xresources deleted file mode 100644 index afa5e22..0000000 --- a/local-files/.Xresources +++ /dev/null @@ -1,2 +0,0 @@ -Xcursor.theme: Nordzy-cursors -Xcursor.size: 22 \ No newline at end of file diff --git a/miscellaneous/dur-picom.conf b/miscellaneous/dur-picom.conf deleted file mode 100644 index b7d345e..0000000 --- a/miscellaneous/dur-picom.conf +++ /dev/null @@ -1,12 +0,0 @@ -backend = "glx"; -# xrender or glx - -# Opacity -active-opacity = 0.93; - -inactive-opacity = 0.8; - -blur-background = true; -#blur-kern = "3x3box"; -#blur-kern = "5x5box"; -blur-kern = "7x7box"; \ No newline at end of file