From 0c0b41a176ebd5f2683da0c3857b947bc3622c4c Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 6 Aug 2023 06:27:23 +0530 Subject: remove dmenu; make systemd ignore power key press --- setup_debian.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'setup_debian.sh') diff --git a/setup_debian.sh b/setup_debian.sh index 767e111..51ebc19 100644 --- a/setup_debian.sh +++ b/setup_debian.sh @@ -24,7 +24,6 @@ sudo chown $USER:$USER -R /opt # Go To `/opt` And Clone Repositories cd /opt git clone https://github.com/compromyse/dwm -git clone https://github.com/compromyse/dmenu # Install `DWM` cd /opt/dwm @@ -32,12 +31,6 @@ make sudo make install make clean -# Install `DMenu` -cd /opt/dmenu -make -sudo make install -make clean - # Install `ly` cd /opt git clone --recurse-submodules https://github.com/fairyglade/ly @@ -100,5 +93,8 @@ sudo apt-get install -y terminator nemo # Make `bash` Case Insensitive echo 'set completion-ignore-case On' | sudo tee -a /etc/inputrc +# Make systemd ignore power key +echo "HandlePowerKey=ignore" | sudo tee -a /etc/systemd/logind.conf + # Remove The Temporary Directory rm -rf $TEMP_DIR -- cgit v1.2.3