mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Use Wayland compositor's ~/.config/wayfire.ini to show pop-ups & browser on boot
This commit is contained in:
parent
c4738b007e
commit
c90c85acaf
8 changed files with 67 additions and 54 deletions
|
@ -1,8 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
# CONFUSING BUT FYI: Commands below run *strictly sequentially* when this
|
||||
# script (/usr/local/sbin/netwarn) is invoked by autostart during OS boot.
|
||||
# This allows return codes to be meaningful, at each successive step.
|
||||
# CONFUSING BUT FYI: Steps below run *strictly sequentially* when this script
|
||||
# (/usr/local/sbin/iiab-netwarn) is run on boot, triggered by either autostart:
|
||||
# https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html
|
||||
# ...or by Wayland compositor Wayfire's ~/.config/wayfire.ini for RasPiOS 12+:
|
||||
# https://github.com/WayfireWM/wayfire/wiki/Configuration#autostart
|
||||
#
|
||||
# This allows return codes ($rc) to be meaningful, at each successive step.
|
||||
# (As of July 2022, this is tested to work well with Ubuntu Mate and "Raspberry
|
||||
# Pi OS with desktop" on Raspberry Pi 4!)
|
||||
#
|
|
@ -4,7 +4,7 @@ Comment[en_US]=iiab-network
|
|||
Name[en_CA]=iiab-network
|
||||
Comment[en_CA]=iiab-network
|
||||
Type=Application
|
||||
Exec=/usr/local/sbin/netwarn
|
||||
Exec=/usr/local/sbin/iiab-netwarn
|
||||
Hidden=false
|
||||
Name=iiab-network
|
||||
Comment=iiab-network
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue