From 5f07f79504e4776f2d68dbd6f99a9353c6d0441b Mon Sep 17 00:00:00 2001 From: aura Date: Fri, 25 Oct 2024 14:09:07 +0200 Subject: updat --- config/openbox/autostart | 4 + config/openbox/big-templ.xml | 55 +++ config/openbox/fonts-big | 8 + config/openbox/fonts-small | 8 + config/openbox/rc-templ.xml | 754 +++++++++++++++++++++++++++++++++++++++++ config/openbox/rc.xml | 140 ++++---- config/openbox/small-templ.xml | 54 +++ config/openbox/sync-repo.sh | 1 + 8 files changed, 953 insertions(+), 71 deletions(-) create mode 100644 config/openbox/big-templ.xml create mode 100755 config/openbox/fonts-big create mode 100644 config/openbox/fonts-small create mode 100644 config/openbox/rc-templ.xml create mode 100644 config/openbox/small-templ.xml create mode 100755 config/openbox/sync-repo.sh diff --git a/config/openbox/autostart b/config/openbox/autostart index 46da473..d76af8a 100644 --- a/config/openbox/autostart +++ b/config/openbox/autostart @@ -4,6 +4,10 @@ xfce4-power-manager & xcape -e 'Super_L=Control_L|Shift_L|Alt_L|Super_L|D' & /usr/lib64/xfce4/notifyd/xfce4-notifyd & spacefm --desktop & +ibus-daemon & +xscreensaver & +nm-applet & + # fuck your stupid telemetry cd $HOME/.config/openbox diff --git a/config/openbox/big-templ.xml b/config/openbox/big-templ.xml new file mode 100644 index 0000000..5e609b7 --- /dev/null +++ b/config/openbox/big-templ.xml @@ -0,0 +1,55 @@ + + Px437 DOS/V re. JPN24 + 14 + + Normal + + Normal + + + + Px437 DOS/V re. JPN16 + 14 + + Normal + + Normal + + + + Px437 DOS/V re. JPN12 + 10 + + Normal + + Normal + + + + Px437 DOS/V re. JPN12 + 10 + + Normal + + Normal + + + + Px437 DOS/V re. JPN12 + 10 + + Bold + + Normal + + + + Px437 DOS/V re. JPN12 + 10 + + Bold + + Normal + + + diff --git a/config/openbox/fonts-big b/config/openbox/fonts-big new file mode 100755 index 0000000..81fd921 --- /dev/null +++ b/config/openbox/fonts-big @@ -0,0 +1,8 @@ +#!/usr/bin/node + +const fs = require( "fs" ); + +const smallconf = fs.readFileSync( "./big-templ.xml" ); +const conf = fs.readFileSync( "./rc-templ.xml" ).toString(); + +fs.writeFileSync( "./rc.xml", conf.replace( "", smallconf ) ); diff --git a/config/openbox/fonts-small b/config/openbox/fonts-small new file mode 100644 index 0000000..98b07d6 --- /dev/null +++ b/config/openbox/fonts-small @@ -0,0 +1,8 @@ +#!/usr/bin/node + +const fs = require( "fs" ); + +const smallconf = fs.readFileSync( "./small-templ.xml" ); +const conf = fs.readFileSync( "./rc-templ.xml" ).toString(); + +fs.writeFileSync( "./rc.xml", conf.replace( "", smallconf ) ); diff --git a/config/openbox/rc-templ.xml b/config/openbox/rc-templ.xml new file mode 100644 index 0000000..580f057 --- /dev/null +++ b/config/openbox/rc-templ.xml @@ -0,0 +1,754 @@ + + + + + 10 + 20 + + + yes + + no + + yes + + no + + 200 + + no + + + + Smart + +
yes
+ + Primary + + 1 + +
+ + Lean + NLIMC + + yes + yes + + + + + 2 + 1 + + + + 875 + + + + yes + Nonpixel + + Center + + + + 10 + + 10 + + + + + + 0 + 0 + 0 + 0 + + + TopLeft + + 0 + 0 + no + Above + + Vertical + + no + 300 + + 300 + + Middle + + + + C-g + + + + left + no + + + + + right + no + + + + + up + no + + + + + down + no + + + + + left + no + + + + + right + no + + + + + up + no + + + + + down + no + + + + + 1 + + + + + 2 + + + + + 3 + + + + + 4 + + + + + + + + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + yes + yes + + + + + + + + + + + 0 + 0 + 100% + 50% + + + + + + 0 + 50% + 100% + 50% + + + + + + 0 + 0 + 50% + 100% + + + + + + 50% + 0 + 50% + 100% + + + + + + spacefm -w + + + + + xfce4-screenshooter -c -r + + + + + xfce4-appfinder + + + + + xfce4-popup-whiskermenu + + + + + 10 + + 500 + + 400 + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + + + + + + + + + no + + + + + + + + + + + yes + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + top + + + + + + + left + + + + + + + right + + + + + + + bottom + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + vertical + + + + + horizontal + + + + + + + + + + + + + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + + + + + + + + + + + + client-list-combined-menu + + + + + root-menu + + + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + + + + menu.xml + 200 + + no + + 100 + + 400 + + yes + + yes + + + + + +
diff --git a/config/openbox/rc.xml b/config/openbox/rc.xml index 82afe35..a46786a 100644 --- a/config/openbox/rc.xml +++ b/config/openbox/rc.xml @@ -57,59 +57,61 @@ yes yes - Px437 DOS/V re. JPN16 - 12 - - Normal - - Normal - - - - Px437 DOS/V re. JPN16 - 12 - - Normal - - Normal - - - - Px437 DOS/V re. JPN12 - 9 - - Normal - - Normal - - - - Px437 DOS/V re. JPN12 - 9 - - Normal - - Normal - - - - Px437 DOS/V re. JPN12 - 9 - - Bold - - Normal - - - - Px437 DOS/V re. JPN12 - 9 - - Bold - - Normal - - + Px437 DOS/V re. JPN24 + 14 + + Normal + + Normal + + + + Px437 DOS/V re. JPN16 + 14 + + Normal + + Normal + + + + Px437 DOS/V re. JPN12 + 10 + + Normal + + Normal + + + + Px437 DOS/V re. JPN12 + 10 + + Normal + + Normal + + + + Px437 DOS/V re. JPN12 + 10 + + Bold + + Normal + + + + Px437 DOS/V re. JPN12 + 10 + + Bold + + Normal + + + + - 4 + 2 1 - - true - Konqueror - - kfmclient openProfile filemanagement + spacefm -w + + + + + xfce4-screenshooter -c -r + + + + + xfce4-appfinder - - - true - Konqueror - xfce4-popup-whiskermenu - 1 + 10 500 diff --git a/config/openbox/small-templ.xml b/config/openbox/small-templ.xml new file mode 100644 index 0000000..d01da89 --- /dev/null +++ b/config/openbox/small-templ.xml @@ -0,0 +1,54 @@ + + Px437 DOS/V re. JPN16 + 12 + + Normal + + Normal + + + + Px437 DOS/V re. JPN16 + 12 + + Normal + + Normal + + + + Px437 DOS/V re. JPN12 + 9 + + Normal + + Normal + + + + Px437 DOS/V re. JPN12 + 9 + + Normal + + Normal + + + + Px437 DOS/V re. JPN12 + 9 + + Bold + + Normal + + + + Px437 DOS/V re. JPN12 + 9 + + Bold + + Normal + + diff --git a/config/openbox/sync-repo.sh b/config/openbox/sync-repo.sh new file mode 100755 index 0000000..ad40863 --- /dev/null +++ b/config/openbox/sync-repo.sh @@ -0,0 +1 @@ +cp -r ./* ~/code/dotfiles/config/openbox -- cgit v1.2.3