Advertisement
Guest User

Untitled

a guest
May 20th, 2023
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. picom --daemon &
  2. wal -R &
  3. numlockx &
  4.  
  5. dbus-update-activation-environment --all
  6. gnome-keyring-daemon --start --components=secrets
  7. xdg-settings set default-web-browser org.qutebrowser.qutebrowser.desktop
  8.  
  9. #polybar &
  10. #sxhkd &
  11. #bspwm
  12.  
  13. export VISUAL=emacsclient
  14. export EDITOR="$VISUAL"
  15. #emacsclient -c
  16. exec emacs
  17.  
  18. #exec i3
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement