diff --git a/mango/.config/mango/dms/binds.conf b/mango/.config/mango/dms/binds.conf deleted file mode 100644 index e69de29..0000000 diff --git a/mango/.config/mango/dms/colors.conf b/mango/.config/mango/dms/colors.conf deleted file mode 100644 index 0151676..0000000 --- a/mango/.config/mango/dms/colors.conf +++ /dev/null @@ -1,6 +0,0 @@ -# ! Auto-generated file. Do not edit directly. -# Remove source = ./dms/colors.conf from your config to override. - -bordercolor = 0x4d80ffff -focuscolor = 0xff6600ff -urgentcolor = 0xff3366ff diff --git a/mango/.config/mango/dms/cursor.conf b/mango/.config/mango/dms/cursor.conf deleted file mode 100644 index d4e2492..0000000 --- a/mango/.config/mango/dms/cursor.conf +++ /dev/null @@ -1,3 +0,0 @@ -# Auto-generated by DMS - do not edit manually -cursor_size=24 -cursor_theme=Adwaita diff --git a/mango/.config/mango/dms/layout.conf b/mango/.config/mango/dms/layout.conf deleted file mode 100644 index d777800..0000000 --- a/mango/.config/mango/dms/layout.conf +++ /dev/null @@ -1,7 +0,0 @@ -# Auto-generated by DMS - do not edit manually -border_radius=12 -gappih=4 -gappiv=4 -gappoh=4 -gappov=4 -borderpx=2 diff --git a/mango/.config/mango/dms/outputs.conf b/mango/.config/mango/dms/outputs.conf deleted file mode 100644 index e69de29..0000000 diff --git a/mango/.config/mango/scripts/screenshot.png b/mango/.config/mango/scripts/screenshot.png deleted file mode 100644 index 6ba1d01..0000000 Binary files a/mango/.config/mango/scripts/screenshot.png and /dev/null differ diff --git a/mango/.config/mango/scripts/screenshot.sh b/mango/.config/mango/scripts/screenshot.sh deleted file mode 100755 index 2ff5331..0000000 --- a/mango/.config/mango/scripts/screenshot.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash -# -DIR="$HOME/Pictures/Screenshots" -mkdir -p "$DIR" - -FILE="$DIR/screenshot_$(date +'%Y-%m-%d_%H-%M-%S').png" - -grim -g "$(slurp)" - | tee "$FILE" | wl-copy - -notify-send "Screenshot Captured" "Saved to $FILE" -i $HOME/.config/mango/scripts/screenshot.png