Compare commits
4 commits
28378adf62
...
b79553df09
| Author | SHA1 | Date | |
|---|---|---|---|
| b79553df09 | |||
| d108ff79fe | |||
| 7ebdff5ba8 | |||
| dbc165d041 |
5 changed files with 8 additions and 1 deletions
2
apps
2
apps
|
|
@ -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
1
menu
|
|
@ -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
3
scripts/pipeware-autostart.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/wireplumber
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
1
startup
1
startup
|
|
@ -26,6 +26,7 @@ fbpid=$!
|
|||
sleep 1
|
||||
{
|
||||
fastcompmgr &
|
||||
~/.fluxbox/scripts/pipeware-autostart.sh &
|
||||
wmcpuload &
|
||||
wmamixer -w &
|
||||
wmusic &
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue