better container moving management, handle xrandr at login

This commit is contained in:
2020-09-24 15:33:14 +02:00
parent 069aadd788
commit 3a784764c6
4 changed files with 55 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
ROFI_INPUT=1 ~/.config/i3/bin/focus_workspace $(i3-msg -t get_workspaces | jq '.[]' | jq -r '.name' | rofi -dmenu -p "Select workspace:" | sed 's/:.*//')
ROFI_INPUT=1 ~/.config/i3/bin/focus_workspace $(i3-msg -t get_workspaces | jq '.[]' | jq -r '.name' | sort -n | rofi -dmenu -p "Select workspace:" | sed 's/:.*//')