aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-03-26 00:15:04 +1300
committerTom Ryder <tom@sanctum.geek.nz>2023-03-26 03:16:51 +1300
commit40b0d0dbd5e01e8fb467d134eaf4a0bf41450017 (patch)
treebcba153c27e406c4bd52ee344570057dfbbf56ff /Makefile
parentRemove dmenu in favor of rofi (diff)
downloaddotfiles-40b0d0dbd5e01e8fb467d134eaf4a0bf41450017.tar.gz
dotfiles-40b0d0dbd5e01e8fb467d134eaf4a0bf41450017.zip
Bind Super+p in sxhkd to new script rofi_pass
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 687d4a14..38f674e6 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@
install-rbenv \
install-readline \
install-redshift \
+ install-rofi \
install-scrot \
install-sh \
install-subversion \
@@ -563,6 +564,10 @@ install-redshift: install-x
cp -p -- redshift/redshift.conf $(XDG_CONFIG_HOME)
cp -p -- redshift/xsession.d/redshift.sh $(HOME)/.xsession.d
+install-rofi: rofi/bin/rofi_pass
+ mkdir -p -- $(HOME)/.local/bin
+ cp -p -- rofi/bin/rofi_pass $(HOME)/.local/bin
+
install-scrot:
mkdir -p -- $(XDG_DATA_HOME)/scrot/screenshots