My scripts for startup, dmenu, and the command line
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

3 年前
3 年前
3 年前
3 年前
3 年前
3 年前
1234567891011121314151617181920212223242526272829303132
  1. # Macros
  2. This is a collection of commands I use to make managing files and processes easier.
  3. Use it to automagically select and run terminal applications, send signals to daemons, execute arbitrary commands, search the web, grab passwords from a password manager, and more.
  4. ## Prompt
  5. mpc dmenu scrot xclip tmux vim lbry pass dunst
  6. They're all optional but missing commands may have unexpeted side effects. The scripts also assumes you have the common commands in GNU core utilities like sed, awk, etc.
  7. - [ dmenu ](http://tools.suckless.org/dmenu/) for the prompts. It can be changed to rofi or some other solution
  8. - scrot and xclip for screenshots
  9. - all scripts assume your prefered terminal is [ st ](http://st.suckless.org)
  10. - mpc is for media controls
  11. - the script assumes your passwords are in ~/Passwords/
  12. ### Usage
  13. prompt [launch | action | cmd | ddg | pass]
  14. edit-ini ...
  15. Use it to automagically select and run terminal applications, send signals to daemons, execute arbitrary commands, search the web, grab passwords from the password manager, and more.
  16. #### TODO
  17. - Finish vpn and networking stuff after ini script is finished, then make sure printf in case goes to stderror which is shown in bar
  18. - Add ddg search prompt
  19. - setup pass
  20. - variables to the script to make assumed paths easier to change
  21. - show script for man pages, pkg info, and other things
  22. - command to clipboard
  23. - emoji select to clipboard
  24. - system of additional clipboards using /tmp files
  25. - use attach-session -t . -c /dir for selecting multiplexer directory
  26. - ddg fill options should be taken from bookmarks or history