aboutsummaryrefslogtreecommitdiff
path: root/lemonbar/ws_button_actions
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-20 19:37:45 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-20 19:37:45 +0530
commit005f38b3a5a24447d8f27c48a67d6129ff38f7de (patch)
treef86cac13521e9c60470ee1ffe251e9043ee70cf6 /lemonbar/ws_button_actions
parente6338bdb125d7247af4145cf2686a6b150d143f5 (diff)
deleted the useless files (somehow they didn't get deleted on GitHub
Diffstat (limited to 'lemonbar/ws_button_actions')
-rwxr-xr-xlemonbar/ws_button_actions14
1 files changed, 0 insertions, 14 deletions
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)