diff options
author | Amin Bandali <bandali@gnu.org> | 2022-11-25 18:40:42 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2022-11-25 18:41:37 -0500 |
commit | ccbb71911874084108954d62c689ea6ebba53958 (patch) | |
tree | 9b3b3a54b3f0ce77c0ec2784a8e9af158adee63b /.config/profiles | |
parent | 2e039832e37e9ff2b901cedeb1a327de8ed0fb05 (diff) | |
download | configs-ccbb71911874084108954d62c689ea6ebba53958.tar.gz configs-ccbb71911874084108954d62c689ea6ebba53958.tar.xz configs-ccbb71911874084108954d62c689ea6ebba53958.zip |
Various deb packaging settings/conveniences
Diffstat (limited to '.config/profiles')
-rw-r--r-- | .config/profiles/chaman | 2 | ||||
-rw-r--r-- | .config/profiles/darrud | 2 | ||||
-rw-r--r-- | .config/profiles/darya | 6 | ||||
-rw-r--r-- | .config/profiles/langa | 2 |
4 files changed, 12 insertions, 0 deletions
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 <amin.bandali@canonical.com>" +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 |