From 08a7a148b6404e3c88792ee82f0d74701cf9ed88 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Wed, 5 Jun 2024 15:30:01 -0600 Subject: [PATCH] New backup 2024-06-05 15:30:01 --- de/exclude | 1 + de/home/.config/sway-profiles/wakescript | 5 +++++ default/home/.sapphrc/default | 6 +++--- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100755 de/home/.config/sway-profiles/wakescript diff --git a/de/exclude b/de/exclude index 0236b9f..75371e5 100644 --- a/de/exclude +++ b/de/exclude @@ -7,3 +7,4 @@ .config/sway/assets/wallpaper .config/sway/config.d/window_rules.d .config/sway/scripts/autostart_apps.d +.config/sway-profiles/wakescript.d diff --git a/de/home/.config/sway-profiles/wakescript b/de/home/.config/sway-profiles/wakescript new file mode 100755 index 0000000..4914171 --- /dev/null +++ b/de/home/.config/sway-profiles/wakescript @@ -0,0 +1,5 @@ +#!/bin/bash + +for s in "${HOME}/.config/sway-profiles/wakescript.d/"*;do + "${s}" +done diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index 3b31724..cac3728 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -2,8 +2,6 @@ hyfetch -#test - # Quality of Life #enable using sudo with functions function Sudo { @@ -34,10 +32,12 @@ sort_filesizes() { [ -z ${1} ] && local dir="$(pwd)" || local dir="${1}" du -ah --max-depth=1 "$( realpath ${dir} )" | sort --human-numeric-sort } -# connect to android via adb as root +#connect to android via adb as root #alias adb_root="adb shell -t exec run-as com.termux files/usr/bin/bash -c 'su -'" #df -h without tmpfs alias dfh="df -h | grep -v 'tmpfs'" +#dev environment toolbox with proper term env var +alias devbox="TERM=xterm-256color toolbox enter debian-sid-dev" #User Env Vars export DEBEMAIL="support@pogmom.me"