From 2e81fbdf15168a5b6df291b7062d120156a5ce45 Mon Sep 17 00:00:00 2001 From: stkhan Date: Fri, 13 May 2022 18:15:43 +0000 Subject: Removed dwm scripts, sfm, , added scroll, and added dark theme to surf --- dwm-6.3/scripts/dwm-goto | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 dwm-6.3/scripts/dwm-goto (limited to 'dwm-6.3/scripts/dwm-goto') diff --git a/dwm-6.3/scripts/dwm-goto b/dwm-6.3/scripts/dwm-goto deleted file mode 100755 index f297b25..0000000 --- a/dwm-6.3/scripts/dwm-goto +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -URL=$(cat ~/.config/surf/history.txt | sed 's/^[^ *]* //' | sort -u | dmenu -p "Enter a URL: ") -POSTURL=$(echo $URL | sed 's/-e//; s/reddit.com/old.reddit.com/') -CMD="firejail --noprofile --hosts-file=~/.config/surf/ads.txt tabbed -dn tabbed-surf -r 2 surf -e '' $POSTURL" - -echo $POSTURL -if [[ -z "$URL" ]]; then - exit -else - # saves url to history - echo $URL >> ~/.config/surf/history.txt - $CMD -fi -- cgit v1.2.3