diff options
| author | Kyle Javier | 2021-09-28 14:57:11 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-09-28 14:57:11 -0400 |
| commit | 9e2a86eb5693a3d900421e9009d50ed849cc25be (patch) | |
| tree | 067347f4f7a250a8fe4dd77932969adfbd36101e /awesome/autorun.sh | |
| parent | add67c0fe11dd7a6a3e13441d6e4f57cf961993a (diff) | |
changed notification daemon, autostart, and compositor settings
Diffstat (limited to 'awesome/autorun.sh')
| -rwxr-xr-x | awesome/autorun.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/awesome/autorun.sh b/awesome/autorun.sh index 98745b2..092ce0f 100755 --- a/awesome/autorun.sh +++ b/awesome/autorun.sh @@ -7,7 +7,9 @@ function run { fi } -run picom +setxkbmap -config compose:ralt + +run picom --experimental-backends run nitrogen --restore run volumeicon run lxsession @@ -32,5 +34,6 @@ run /usr/lib/gsd-power run /usr/bin/gnome-keyring-daemon --start --components=secrets run /usr/bin/gnome-keyring-daemon --start --components=ssh run xfce4-power-manager +run /usr/lib/xfce4/notifyd/xfce4-notifyd run /home/kylert/.config/awesome/keymapper.sh run /home/kylert/.config/awesome/xinput-daemon.sh |
