rofi call bug fixe, minor changes

This commit is contained in:
2022-11-08 14:58:23 +01:00
parent 0b0ae38add
commit 5253c7e9de
6 changed files with 10 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
#! /bin/bash
NEW_NAME=$(rofi -p "Tag name" -lines 1 -dmenu)
NEW_NAME=$(rofi -p "Tag name" -lines 1 -dmenu -config ~/.config/rofi/config)
OLD_NAME=$(i3-msg -t get_workspaces | jq '.[] | select(.focused==true).name')
WORKSPACE_NUMBER=$(i3-msg -t get_workspaces | jq '.[] | select(.focused==true).num')