25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.

10 satır
290B

  1. #!/usr/bin/fish
  2. # active workspaces
  3. #i3-msg -t get_workspaces | jq --raw-output '.[]|select(.num == -1).name'
  4. # configured workspaces
  5. #find .workspaces -mindepth 1 -type d -printf "%f\n"
  6. i3-msg workspace (find .workspaces -mindepth 1 -type d -printf "%f\n" | rofi -dmenu -p workspace )