diff options
| -rwxr-xr-x | awesome/autorun.sh | 4 | ||||
| -rw-r--r-- | awesome/rc.lua | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/awesome/autorun.sh b/awesome/autorun.sh index 2c9cc56..1d9a53a 100755 --- a/awesome/autorun.sh +++ b/awesome/autorun.sh @@ -7,7 +7,7 @@ run () { fi } -run picom +run picom --experimental-backends run nitrogen --restore run volumeicon run lxsession @@ -25,7 +25,7 @@ run start-pulseaudio-x11 run /bin/snap userd --autostart # run /usr/lib/tracker-miner-fs-3 # run /usr/lib/tracker-miner-rss-3 -run /usr/lib/xapps/sn-watcher/xapp-sn-watcher +# run /usr/lib/xapps/sn-watcher/xapp-sn-watcher run /usr/lib/at-spi-bus-launcher --launch-immediately run /usr/bin/gnome-keyring-daemon --start --components=pkcs11 run /usr/lib/gsd-power diff --git a/awesome/rc.lua b/awesome/rc.lua index bcdfe74..248ec49 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -67,7 +67,7 @@ beautiful.init(theme_path) -- This is used later as the default terminal and editor to run. terminal = "xfce4-terminal" -editor = os.getenv("EDITOR") or "xed" +editor = os.getenv("EDITOR") or "kate" editor_cmd = terminal .. " -e " .. editor -- Default modkey. |
