You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
743 B

  1. # Background
  2. # TODO: download a wallpaper
  3. output * bg ~/Desktop/wallpaper.jpg fill
  4. # Workspaces
  5. set $W1 '1:STAT'
  6. set $W2 '2:INV'
  7. set $W3 '3:DATA'
  8. set $W4 '4:MAP'
  9. set $W5 '5:RADIO'
  10. set $W6 '6:6'
  11. set $W7 '7:7'
  12. set $W8 '8:8'
  13. set $W9 '9:9'
  14. set $WRADIO $W5
  15. # Screen rotation
  16. output DSI-1 transform 270
  17. # Keyboard
  18. exec "squeekboard"
  19. # Status Bar
  20. exec "waybar -c ~/.config/waybar/config_v -b side"
  21. # Restore backlight
  22. exec 'swayphone_power_wakeup'
  23. # RADIO
  24. exec "mpd"
  25. exec "xfmpc"
  26. for_window [app_id="xfmpc"] move workspace $WRADIO; border none
  27. # Notifications
  28. exec "mako"
  29. # example Welcome message
  30. exec "sleep 2; notify-send 'Welcome!' 'Your Pip-Boy is ready to be used.' --icon=dialog-information"