Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.

14 Zeilen
313B

  1. #!/usr/bin/fish
  2. function ls-screenlayout
  3. cd ~/.screenlayout
  4. for file in (find ~/.screenlayout -type f -printf '%P\n')
  5. string replace -r '^(.*).sh$' '$1' "$file"
  6. end
  7. end
  8. set screenlayout (ls-screenlayout | rofi -dmenu -p 'select screenlayout')
  9. ~/.screenlayout/$screenlayout.sh
  10. ~/.xsession.reload.fish