From a9b673ea57cb484232c998bd17417ce2f70d49e4 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 7 Aug 2022 22:20:59 -0400 Subject: [PATCH] ENH no need for weird rofi command --- dot_bin/executable_rofi | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dot_bin/executable_rofi diff --git a/dot_bin/executable_rofi b/dot_bin/executable_rofi deleted file mode 100644 index c4bc08c..0000000 --- a/dot_bin/executable_rofi +++ /dev/null @@ -1,13 +0,0 @@ -#! /bin/bash - -# super hacky script to ensure rofi always appears on the focused workspace - -# current-output is a script from rofi-extras that outputs the xrandr name of -# screen showing the focused workspace -if name=$(current-output); then - # putting the -m argument first should override any other -m arguments - # later in the args list - /usr/bin/rofi -m "$name" "$@" -else - /usr/bin/rofi "$@" -fi