1
0
Fork 0

Compare commits

...

4 commits

Author SHA1 Message Date
b79553df09 fix pipewire autostart with script 2025-08-17 11:01:17 -04:00
d108ff79fe add revolt default 2025-08-17 10:58:16 -04:00
7ebdff5ba8 add regen option to menu 2025-08-17 10:58:06 -04:00
dbc165d041 fix visual artifact with screenshot script 2025-08-16 06:17:57 -04:00
5 changed files with 8 additions and 1 deletions

2
apps
View file

@ -15,6 +15,7 @@
[end]
[group]
[app] (name=vesktop) (class=vesktop) (role=browser-window)
[app] (name=revolt-desktop) (class=revolt-desktop) (role=browser-window)
[app] (name=Fightcade)
[Workspace] {2}
[Dimensions] {72% 88%}
@ -39,6 +40,7 @@
[Dimensions] {62% 70%}
[Position] (UPPERLEFT) {24% 14%}
[Sticky] {yes}
[Layer] {6}
[end]
[app] (name=claws-mail) (class=Claws-mail) (role=mainwindow)
[Dimensions] {73% 91%}

1
menu
View file

@ -54,6 +54,7 @@
[workspaces] (Workspace List)
[commanddialog] (Fluxbox Command)
[reconfig] (Reload config)
[exec] (Regen menu) {sudo -A update-menus}
[restart] (Restart)
[separator]
[exit] (Exit)

3
scripts/pipeware-autostart.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
/usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/wireplumber

View file

@ -1,2 +1,2 @@
#!/bin/sh
scrot -e 'xclip -selection clipboard -t image/png -i $f' -o -s ~/scrsht.png
scrot -s -l 'mode=classic' -e 'xclip -selection clipboard -t image/png -i $f' -o ~/scrsht.png

View file

@ -26,6 +26,7 @@ fbpid=$!
sleep 1
{
fastcompmgr &
~/.fluxbox/scripts/pipeware-autostart.sh &
wmcpuload &
wmamixer -w &
wmusic &