From 0f1df0db903ba576fd17b08197d3066af7a61e5f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 18 Nov 2023 23:23:40 +0100 Subject: A lot of changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xorg-twm/Makefile | 7 +++---- xorg-twm/twmrc | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'xorg-twm') diff --git a/xorg-twm/Makefile b/xorg-twm/Makefile index 77baed4..1e9af59 100644 --- a/xorg-twm/Makefile +++ b/xorg-twm/Makefile @@ -1,12 +1,11 @@ .POSIX: -include ../common.mk install: mkdir -p -- ~/.config - test ! -d ~/.config/twmrc + test ! -e ~/.config/twmrc || test -L ~/.config/twmrc ln -sf -- ~/.dotfiles/xorg-twm/twmrc ~/.config/twmrc uninstall: + +! ../check-installed xorg-twm + +! ../check-installed twm -unlink -- ~/.config/twmrc - -.PHONY: install uninstall diff --git a/xorg-twm/twmrc b/xorg-twm/twmrc index 91869e1..b362651 100644 --- a/xorg-twm/twmrc +++ b/xorg-twm/twmrc @@ -82,7 +82,7 @@ menu "defops" "" f.nop "Terminator" f.exec "exec terminator &" "Xterm" f.exec "exec xterm &" -"Firefox" f.exec "exec firefox &" +"Brave" f.exec "exec brave &" "Caja" f.exec "exec c &" "" f.nop "Kill" f.destroy -- cgit v1.2.3-70-g09d2