Compare commits
No commits in common. "b79553df09f1fec83be8c57def82e0246799376f" and "28378adf628bad1ceed394d6fe91da08ead325c1" have entirely different histories.
b79553df09
...
28378adf62
5 changed files with 1 additions and 8 deletions
2
apps
2
apps
|
|
@ -15,7 +15,6 @@
|
|||
[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%}
|
||||
|
|
@ -40,7 +39,6 @@
|
|||
[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,7 +54,6 @@
|
|||
[workspaces] (Workspace List)
|
||||
[commanddialog] (Fluxbox Command)
|
||||
[reconfig] (Reload config)
|
||||
[exec] (Regen menu) {sudo -A update-menus}
|
||||
[restart] (Restart)
|
||||
[separator]
|
||||
[exit] (Exit)
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/wireplumber
|
||||
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
scrot -s -l 'mode=classic' -e 'xclip -selection clipboard -t image/png -i $f' -o ~/scrsht.png
|
||||
scrot -e 'xclip -selection clipboard -t image/png -i $f' -o -s ~/scrsht.png
|
||||
|
|
|
|||
1
startup
1
startup
|
|
@ -26,7 +26,6 @@ fbpid=$!
|
|||
sleep 1
|
||||
{
|
||||
fastcompmgr &
|
||||
~/.fluxbox/scripts/pipeware-autostart.sh &
|
||||
wmcpuload &
|
||||
wmamixer -w &
|
||||
wmusic &
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue