aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-26 16:12:05 -0700
committerGravatar Tom Willemse2020-04-26 16:12:05 -0700
commite67f221c21c6719c8d17d74ee58e0ddc38689532 (patch)
tree78862f56234f731bcd4def8072d78fb78a321f00
parent6c65158e684f7aa9df33ecb105ae6c52174acd2d (diff)
downloadnew-dotfiles-e67f221c21c6719c8d17d74ee58e0ddc38689532.tar.gz
new-dotfiles-e67f221c21c6719c8d17d74ee58e0ddc38689532.zip
Rename Compton to Picom
They renamed the project and it’s been warning me about this for a while.
-rw-r--r--GNUmakefile14
-rw-r--r--compton/.config/.gitignore1
-rw-r--r--picom/.config/.gitignore1
-rw-r--r--picom/.config/picom.org (renamed from compton/.config/compton.org)5
4 files changed, 11 insertions, 10 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 87c4235..3073bc1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,6 @@
include dotfiles.mk
-MODULES=xmodmap emacs compton cower mowedline
+MODULES=xmodmap emacs picom cower mowedline
STOW=stow
.PHONY: all clean $(MODULES) zsh
@@ -18,17 +18,15 @@ zsh:
%-uninstall:
$(STOW) -D $(subst -uninstall,,$@)
-###########
-# Compton #
-###########
+# Picom
-compton: compton/.config/compton.conf
+picom: picom/.config/picom.conf
-compton/.config/compton.conf: compton/.config/compton.org
+picom/.config/picom.conf: picom/.config/picom.org
$(call tangle,conf)
-compton-clean:
- rm -f compton/.config/compton.conf
+picom-clean:
+ rm -f picom/.config/picom.conf
#########
# Emacs #
diff --git a/compton/.config/.gitignore b/compton/.config/.gitignore
deleted file mode 100644
index 326879c..0000000
--- a/compton/.config/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-compton.conf
diff --git a/picom/.config/.gitignore b/picom/.config/.gitignore
new file mode 100644
index 0000000..d120c36
--- /dev/null
+++ b/picom/.config/.gitignore
@@ -0,0 +1 @@
+picom.conf
diff --git a/compton/.config/compton.org b/picom/.config/picom.org
index eb87dfb..cf53957 100644
--- a/compton/.config/compton.org
+++ b/picom/.config/picom.org
@@ -1,4 +1,7 @@
-#+TITLE: Compton config
+#+TITLE: Picom config
+
+*Note*: This used to be the configuration for Compton, but they've renamed Compton
+to Picom.
Consider all windows grouped by =WM_TRANSIENT_FOR= to be focused when
one window in the group has focus.