From ccbb71911874084108954d62c689ea6ebba53958 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 25 Nov 2022 18:40:42 -0500 Subject: Various deb packaging settings/conveniences --- .config/profiles/chaman | 2 ++ .config/profiles/darrud | 2 ++ .config/profiles/darya | 6 ++++++ .config/profiles/langa | 2 ++ 4 files changed, 12 insertions(+) create mode 100644 .config/profiles/darya (limited to '.config/profiles') diff --git a/.config/profiles/chaman b/.config/profiles/chaman index addb53a..1c68d03 100644 --- a/.config/profiles/chaman +++ b/.config/profiles/chaman @@ -1,3 +1,5 @@ +# -*- mode: sh; sh-shell: sh -*- + if [ $DISPLAY ]; then if [ -x "$(command -v xinput)" ]; then xinput set-prop 'DLL07BE:01 06CB:7A13 Touchpad' 'libinput Natural Scrolling Enabled' 1 diff --git a/.config/profiles/darrud b/.config/profiles/darrud index 4fa6735..a6902ec 100644 --- a/.config/profiles/darrud +++ b/.config/profiles/darrud @@ -1,2 +1,4 @@ +# -*- mode: sh; sh-shell: sh -*- + # export IS_GUIX_SYSTEM=true export INFOPATH="$HOME/usr/local/share/info${INFOPATH:+:}$INFOPATH" diff --git a/.config/profiles/darya b/.config/profiles/darya new file mode 100644 index 0000000..84135a6 --- /dev/null +++ b/.config/profiles/darya @@ -0,0 +1,6 @@ +# -*- mode: sh; sh-shell: sh -*- + +export DEBFULLNAME="Amin Bandali" +export DEBEMAIL="amin.bandali@canonical.com" +export UBUMAIL="Amin Bandali " +export UBUNTUTOOLS_BUILDER=sbuild diff --git a/.config/profiles/langa b/.config/profiles/langa index 8f28ffb..632e2a8 100644 --- a/.config/profiles/langa +++ b/.config/profiles/langa @@ -1,3 +1,5 @@ +# -*- mode: sh; sh-shell: sh -*- + # export XDG_DATA_DIRS="/usr/share/mate:/usr/local/share/:/usr/share/" if [ $DISPLAY ]; then -- cgit v1.2.3-60-g2f50