something config for raspbian
This commit is contained in:
parent
9c82b0e020
commit
1d280ee4d6
3 changed files with 16 additions and 16 deletions
|
@ -1,14 +1,14 @@
|
||||||
if [[ -z $DISPLAY && $(tty) == /dev/tty1 && $XDG_SESSION_TYPE == tty ]]; then
|
if [[ -z $DISPLAY && $(tty) == /dev/tty1 && $XDG_SESSION_TYPE == tty ]]; then
|
||||||
# Lade die Bootparameter in den Variablen
|
# Lade die Bootparameter in den Variablen
|
||||||
for wort in $(cat /proc/cmdline)
|
#for wort in $(cat /proc/cmdline)
|
||||||
do
|
#do
|
||||||
echo "Parameter ${wort%=*} = ${wort#*=}"
|
# echo "Parameter ${wort%=*} = ${wort#*=}"
|
||||||
if ! export ${wort%=*}=${wort#*=}; then echo "cannot export ${wort}!!!"; fi
|
# if ! export ${wort%=*}=${wort#*=}; then echo "cannot export ${wort}!!!"; fi
|
||||||
done
|
#done
|
||||||
|
|
||||||
# set systemconfiguration
|
# set systemconfiguration
|
||||||
echo "set systemconfiguration"
|
#echo "set systemconfiguration"
|
||||||
sudo scripts/set-systemsettings.sh
|
#sudo scripts/set-systemsettings.sh
|
||||||
|
|
||||||
# First make sure dbus is started
|
# First make sure dbus is started
|
||||||
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
|
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
|
||||||
|
|
|
@ -11,7 +11,7 @@ exec blueman-applet
|
||||||
exec swaync
|
exec swaync
|
||||||
|
|
||||||
# authentication manager https://wiki.archlinux.org/title/Polkit
|
# authentication manager https://wiki.archlinux.org/title/Polkit
|
||||||
exec /usr/bin/lxqt-policykit-agent
|
exec /usr/bin/lxpolkit
|
||||||
|
|
||||||
# Clipboard Manager
|
# Clipboard Manager
|
||||||
exec wl-paste -t text --watch clipman store
|
exec wl-paste -t text --watch clipman store
|
||||||
|
|
|
@ -29,14 +29,14 @@
|
||||||
"hide-on-action": true,
|
"hide-on-action": true,
|
||||||
"script-fail-notify": true,
|
"script-fail-notify": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dialog-script": {
|
#"dialog-script": {
|
||||||
"exec": "mpv /usr/share/sounds/freedesktop/stereo/dialog-information.oga",
|
# "exec": "mpv /usr/share/sounds/freedesktop/stereo/dialog-information.oga",
|
||||||
"urgency": "Normal"
|
# "urgency": "Normal"
|
||||||
},
|
#},
|
||||||
"dialog-critical-script": {
|
#"dialog-critical-script": {
|
||||||
"exec": "mpv /usr/share/sounds/freedesktop/stereo/dialog-error.oga",
|
# "exec": "mpv /usr/share/sounds/freedesktop/stereo/dialog-error.oga",
|
||||||
"urgency": "Critical"
|
# "urgency": "Critical"
|
||||||
},
|
#},
|
||||||
"example-action-script": {
|
"example-action-script": {
|
||||||
"exec": "echo 'Do something actionable!'",
|
"exec": "echo 'Do something actionable!'",
|
||||||
"urgency": "Normal",
|
"urgency": "Normal",
|
||||||
|
|
Loading…
Reference in a new issue