From 005f38b3a5a24447d8f27c48a67d6129ff38f7de Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 20 Dec 2020 19:37:45 +0530 Subject: deleted the useless files (somehow they didn't get deleted on GitHub --- lemonbar/ws_button_actions | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 lemonbar/ws_button_actions (limited to 'lemonbar/ws_button_actions') diff --git a/lemonbar/ws_button_actions b/lemonbar/ws_button_actions deleted file mode 100755 index bebf6635..00000000 --- a/lemonbar/ws_button_actions +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/python - -# this script is a somewhat hacky way to switch workspaces -# by clicking the workspaces on the lemonbar -# written by Vidhu Kant Sharma for his herbstluftwm lemonbar -# the output from the launch script should be piped into this - -import os - -print('scripts launched') -while True: - action = input() - - os.system('herbstclient use_index ' + action) -- cgit v1.2.3