aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/dwm/.config
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-02 12:16:38 -0500
committerCraig Jennings <c@cjennings.net>2026-06-02 12:16:38 -0500
commitb10cba594db836c0747066addad48bda4d30cd02 (patch)
tree063119a623fa3f7139feda4ef302896d8f5f934c /dotfiles/dwm/.config
parent49c2ba9c4510bf6e1acd306687473bc8ba9ad8dd (diff)
downloadarchsetup-b10cba594db836c0747066addad48bda4d30cd02.tar.gz
archsetup-b10cba594db836c0747066addad48bda4d30cd02.zip
refactor: drop in-repo dotfiles/, move stow tooling to the dotfiles repo
Since the installer clones DOTFILES_REPO into ~/.dotfiles and stows from there, the in-repo dotfiles/ tree was dead weight. Nothing reads it at install time. I removed it (831 files) now that both machines are migrated. The Makefile's stow / restow / reset / unstow / import targets and the dotfile-script unit suites moved to the dotfiles repo. They sit alongside the scripts they manage and run standalone (cd ~/.dotfiles && make ...). This Makefile keeps the VM-integration targets and the installer-helper suite (safe-rm-rf). I updated CLAUDE.md and README.md so stow operations run from ~/.dotfiles, and the dotfile-management, theme, and unit-test sections point at the standalone repo. The README was already describing the old in-repo model from before the installer switched to cloning. This brings it in line.
Diffstat (limited to 'dotfiles/dwm/.config')
-rw-r--r--dotfiles/dwm/.config/conky/conky.conf24
-rw-r--r--dotfiles/dwm/.config/flameshot/flameshot.ini11
-rw-r--r--dotfiles/dwm/.config/picom.conf56
-rw-r--r--dotfiles/dwm/.config/redshift.conf32
-rw-r--r--dotfiles/dwm/.config/touchpad-indicator/touchpad-indicator.conf1
5 files changed, 0 insertions, 124 deletions
diff --git a/dotfiles/dwm/.config/conky/conky.conf b/dotfiles/dwm/.config/conky/conky.conf
deleted file mode 100644
index 09ee8ea..0000000
--- a/dotfiles/dwm/.config/conky/conky.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-conky.config = {
-out_to_console = true,
-out_to_x = false,
-background = false,
-update_interval = 30,
-total_run_times = 0,
-};
-conky.text = [[ \
-${if_existing /sys/class/power_supply/BAT0}\
-󱊣 \
-${battery_percent BAT0}% \
-${if_existing /sys/class/power_supply/BAT0/status Charging} ${endif}\
-${if_existing /sys/class/power_supply/BAT0/status Discharging} ${endif}\
-${endif}\
-${if_existing /sys/class/power_supply/BAT1}\
-󱊣 \
-${battery_percent BAT1}% \
-${if_existing /sys/class/power_supply/BAT1/status Charging} ${endif}\
-${if_existing /sys/class/power_supply/BAT1/status Discharging} ${endif}\
-${endif}\
- ${fs_used}/${fs_size} \
- ${time %a %B %d} \
-󰥔 ${time %I:%M %p %Z}
-]];
diff --git a/dotfiles/dwm/.config/flameshot/flameshot.ini b/dotfiles/dwm/.config/flameshot/flameshot.ini
deleted file mode 100644
index 8874b3b..0000000
--- a/dotfiles/dwm/.config/flameshot/flameshot.ini
+++ /dev/null
@@ -1,11 +0,0 @@
-[General]
-contrastOpacity=216
-copyOnDoubleClick=true
-copyPathAfterSave=true
-saveAfterCopy=true
-saveAsFileExtension=jpg
-savePath=/home/cjennings/pictures/screenshots
-savePathFixed=true
-showStartupLaunchMessage=false
-uiColor=#2587e2
-useJpgForClipboard=true
diff --git a/dotfiles/dwm/.config/picom.conf b/dotfiles/dwm/.config/picom.conf
deleted file mode 100644
index 0b65df7..0000000
--- a/dotfiles/dwm/.config/picom.conf
+++ /dev/null
@@ -1,56 +0,0 @@
-# opacity-rule = [
-# "85:class_g = 'XTerm'",
-# "85:class_g = 'Alacritty'",
-# "85:class_g = 'xterm-kitty'",
-# "85:class_g = 'URxvt'",
-# "85:class_g = 'tabbed'",
-# ];
-# "85:class_g = 'st-256color'",
-# "85:class_g = 'Emacs'",
-
-# Blur
-blur:
-{
- method = "dual_kawase";
- strength = 2;
-}
-
-wintypes:
-{
- normal = { blur-background = true; };
- splash = { blur-background = false; };
-};
-
-# Fading
-fading = false;
-fade-in-step = 0.07;
-fade-out-step = 0.07;
-fade-exclude = [ ];
-
-# Other
-corner-radius = 10.0;
-round-borders = 1;
-mark-wmwin-focused = true;
-mark-ovredir-focused = true;
-detect-rounded-corners = true;
-rounded-corners-exclude = [
- "class_g = 'dwm'",
- "class_g = 'dwmsystray'",
- "window_type = 'dock'"
- ];
-detect-client-opacity = true;
-
-vsync = true;
-dbe = false;
-unredir-if-possible = true;
-detect-transient = true;
-detect-client-leader = true;
-invert-color-include = [ ];
-
-# GLX backend
-backend = "glx";
-glx-no-stencil = true;
-glx-copy-from-front = false;
-use-damage = true
-glx-no-rebind-pixmap = true;
-
diff --git a/dotfiles/dwm/.config/redshift.conf b/dotfiles/dwm/.config/redshift.conf
deleted file mode 100644
index 92b61bf..0000000
--- a/dotfiles/dwm/.config/redshift.conf
+++ /dev/null
@@ -1,32 +0,0 @@
-[redshift]
-; Color temperature in Kelvin
-; 6500K = neutral daylight (no filter)
-; 5000K = subtle warmth
-; 4500K = noticeable but readable warmth (recommended for night)
-; 4000K = warm (like incandescent bulb)
-; 3500K = very warm/orange (often too much)
-
-temp-day=6500
-temp-night=4500
-
-; Brightness (1.0 = full, 0.8 = 20% dimmed)
-; Keeping at 1.0 avoids readability issues
-brightness-day=1.0
-brightness-night=1.0
-
-; Gamma correction (1.0 = no correction)
-gamma=1.0
-
-; Fade between day/night (1 = gradual, 0 = instant)
-fade=1
-
-; Screen adjustment method
-adjustment-method=randr
-
-; Location for sunrise/sunset calculation
-location-provider=manual
-
-[manual]
-; New Orleans, LA
-lat=29.951065
-lon=-90.071533
diff --git a/dotfiles/dwm/.config/touchpad-indicator/touchpad-indicator.conf b/dotfiles/dwm/.config/touchpad-indicator/touchpad-indicator.conf
deleted file mode 100644
index 51a9907..0000000
--- a/dotfiles/dwm/.config/touchpad-indicator/touchpad-indicator.conf
+++ /dev/null
@@ -1 +0,0 @@
-{"first-time": false, "version": "2.2.3-ubuntu20.04.0", "is_working": false, "autostart": false, "on_mouse_plugged": true, "on_start": -1, "on_end": 1, "disable_on_typing": true, "interval": 3600.0, "start_hidden": false, "show_notifications": false, "theme": "light", "touchpad_enabled": false, "natural_scrolling": false, "speed": 0.0, "tapping": true, "two_finger_scrolling": true, "edge_scrolling": false, "cicular_scrolling": true, "right-top-corner": 0, "right-bottom-corner": 0, "left-top-corner": 0, "left-bottom-corner": 0, "one-finger-tap": 0, "two-finger-tap": 0, "three-finger-tap": 0, "faulty-devices": ["11/2/1/0", "11/2/a/0", "11/2/5/7326", "11/2/6/0", "18/93a/274/100"]} \ No newline at end of file