8 Commits

Author SHA1 Message Date
Gyöngyösi Gábor dad568dfbf Merge d5b1b2ea5a into 093c1a79f5 2026-01-16 15:21:58 +00:00
Gyöngyösi Gábor d5b1b2ea5a Disable cron schedule for sponsors workflow
Comment out the schedule for the cron job in sponsors.yml
2026-01-16 16:21:55 +01:00
megvadulthangya 8a35286e19 add AwesomeWM logout support
The powermenu script did not handle AwesomeWM sessions for the logout option.  
This commit adds proper support by calling `awesome-client "awesome.quit()"`  
when the `$DESKTOP_SESSION` is set to `awesome`.
2025-09-27 23:05:41 +02:00
megvadulthangya 0751015425 add AwesomeWM logout support
The powermenu script did not handle AwesomeWM sessions for the logout option.  
This commit adds proper support by calling `awesome-client "awesome.quit()"`  
when the `$DESKTOP_SESSION` is set to `awesome`.
2025-09-27 23:04:53 +02:00
megvadulthangya a24dbdfc11 add AwesomeWM logout support
The powermenu script did not handle AwesomeWM sessions for the logout option.  
This commit adds proper support by calling `awesome-client "awesome.quit()"`  
when the `$DESKTOP_SESSION` is set to `awesome`.
2025-09-27 23:04:07 +02:00
megvadulthangya 92373551b2 add AwesomeWM logout support
The powermenu script did not handle AwesomeWM sessions for the logout option.  
This commit adds proper support by calling `awesome-client "awesome.quit()"`  
when the `$DESKTOP_SESSION` is set to `awesome`.
2025-09-27 23:03:15 +02:00
megvadulthangya b3387b5ed4 add AwesomeWM logout support
The powermenu script did not handle AwesomeWM sessions for the logout option.  
This commit adds proper support by calling `awesome-client "awesome.quit()"`  
when the `$DESKTOP_SESSION` is set to `awesome`.
2025-09-27 23:02:22 +02:00
megvadulthangya f53633bd08 add AwesomeWM logout support
The powermenu script did not handle AwesomeWM sessions for the logout option.  
This commit adds proper support by calling `awesome-client "awesome.quit()"`  
when the `$DESKTOP_SESSION` is set to `awesome`.
2025-09-27 23:01:30 +02:00
7 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
name: Generate Sponsors README
on:
schedule:
- cron: 00 15 * * 0-6
#schedule:
# - cron: 00 15 * * 0-6
jobs:
cron:
+2
View File
@@ -78,6 +78,8 @@ run_cmd() {
i3-msg exit
elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
qdbus org.kde.ksmserver /KSMServer logout 0 0 0
elif [[ "$DESKTOP_SESSION" == 'awesome' ]]; then
awesome-client "awesome.quit()"
fi
fi
else
+2
View File
@@ -79,6 +79,8 @@ run_cmd() {
i3-msg exit
elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
qdbus org.kde.ksmserver /KSMServer logout 0 0 0
elif [[ "$DESKTOP_SESSION" == 'awesome' ]]; then
awesome-client "awesome.quit()"
fi
fi
else
+2
View File
@@ -73,6 +73,8 @@ run_cmd() {
i3-msg exit
elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
qdbus org.kde.ksmserver /KSMServer logout 0 0 0
elif [[ "$DESKTOP_SESSION" == 'awesome' ]]; then
awesome-client "awesome.quit()"
fi
fi
else
+2
View File
@@ -73,6 +73,8 @@ run_cmd() {
i3-msg exit
elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
qdbus org.kde.ksmserver /KSMServer logout 0 0 0
elif [[ "$DESKTOP_SESSION" == 'awesome' ]]; then
awesome-client "awesome.quit()"
fi
fi
else
+2
View File
@@ -82,6 +82,8 @@ run_cmd() {
i3-msg exit
elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
qdbus org.kde.ksmserver /KSMServer logout 0 0 0
elif [[ "$DESKTOP_SESSION" == 'awesome' ]]; then
awesome-client "awesome.quit()"
fi
fi
else
+2
View File
@@ -82,6 +82,8 @@ run_cmd() {
i3-msg exit
elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
qdbus org.kde.ksmserver /KSMServer logout 0 0 0
elif [[ "$DESKTOP_SESSION" == 'awesome' ]]; then
awesome-client "awesome.quit()"
fi
fi
else