dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 61eb30bf54d9f5e08669b7d9f5fade63a8b2687a
parent c718123da9ed35e9f92fd54c78038d9517135db3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 19 Feb 2019 10:42:36 +0100

Remove unused scripts

Diffstat:
Dlinks/.config/i3/i3scripts/i3help | 9---------
Dlinks/.config/i3/i3scripts/popupgrade | 10----------
2 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/links/.config/i3/i3scripts/i3help b/links/.config/i3/i3scripts/i3help @@ -1,9 +0,0 @@ -#!/bin/sh - -case $BLOCK_BUTTON in - 1) groff -mom ~/.readme.mom -Tpdf | zathura - ;; - 3) pgrep -x dunst >/dev/null && notify-send "<b>❓ Help module:</b> -- Left click to open LARBS guide.";; -esac - -echo "❓" diff --git a/links/.config/i3/i3scripts/popupgrade b/links/.config/i3/i3scripts/popupgrade @@ -1,10 +0,0 @@ -#!/bin/sh - -printf "Beginning upgrade.\\n" - -yay -Syu -pacman -Qu | wc -l > ~/.pacupgrnum -pkill -RTMIN+8 i3blocks - -printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n" -read -r