summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-09-02 08:44:52 +0200
committerJoe <rbo@gmx.us>2025-09-02 08:44:52 +0200
commitbc58611527df2d4a1c38ca6cb4d58ecc8cb3911b (patch)
tree1d3a7de4cd2463d15e2c31c033e4861fa29cce40 /.local
parentup (diff)
downloaddotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.tar.gz
dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.tar.bz2
dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.tar.xz
dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.tar.zst
dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.zip
Diffstat (limited to '')
-rwxr-xr-x.local/bin/dmapps2
-rwxr-xr-x.local/bin/dmlog2
-rwxr-xr-x.local/bin/scr22
3 files changed, 5 insertions, 1 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps
index ccefc76..0ce4c81 100755
--- a/.local/bin/dmapps
+++ b/.local/bin/dmapps
@@ -41,6 +41,7 @@ use constant PROG_LIST => "" .
"Liferea" . "\n" .
"HexChat" . "\n" .
"--- Audio ---" . "\n" .
+"Ardour" . "\n" .
"REAPER" . "\n" .
"Audacity" . "\n" .
"Pulse Control Panel" . "\n" .
@@ -104,6 +105,7 @@ sub run
exec("signal-desktop") if $action =~ "Signal";
exec("liferea") if $action =~ "Liferea";
exec("hexchat") if $action =~ "HexChat";
+ exec("ardour8") if $action =~ "Ardour";
exec("reaper") if $action =~ "REAPER";
exec("audacity") if $action =~ "Audacity";
exec("pavucontrol") if $action =~ "Pulse Control Panel";
diff --git a/.local/bin/dmlog b/.local/bin/dmlog
index 7264d75..9244cbf 100755
--- a/.local/bin/dmlog
+++ b/.local/bin/dmlog
@@ -90,6 +90,7 @@ sub action
);
sleep 2;
if (HOSTNAME eq 'mother') {
+ system('umount', '-f', '/var/dev/ceres');
exec(LOGINCTL_PATH, 'suspend');
}
elsif (HOSTNAME eq 'po-rbo') {
@@ -109,6 +110,7 @@ sub action
elsif ($var eq ${+LIST}[3]) {
if (confirm($var, $color) == 1) {
if (HOSTNAME eq 'mother') {
+ system('umount', '-f', '/var/dev/ceres');
exec(LOGINCTL_PATH, 'reboot');
}
elsif (HOSTNAME eq 'po-rbo') {
diff --git a/.local/bin/scr2 b/.local/bin/scr2
index 6631c01..b0e7063 100755
--- a/.local/bin/scr2
+++ b/.local/bin/scr2
@@ -7,7 +7,7 @@ if [ $1 == "low" ]; then
--output DP-1 --off \
--output DP-2 --off \
--output DP-3 --off \
- --output DP-4 --primary --mode 1920x1080 --rate 144 --pos 0x0 --rotate normal \
+ --output DP-4 --primary --mode 1920x1080 --rate 180 --pos 0x0 --rotate normal \
--output DP-5 --off
else
xrandr \