aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Javier2021-10-03 20:02:15 -0400
committerKyle Javier2021-10-03 20:03:02 -0400
commit41b76bc3e94d2bc1368b967dd3cbf87f148a6430 (patch)
tree269fdf062cab73a488c000505ff2ece1507689fc
parent40055cb02846541c9b1c33548c2cf03f86c5d644 (diff)
picom now uses experiemental backends && integrated kate as default text editor (sorry)
-rwxr-xr-xawesome/autorun.sh4
-rw-r--r--awesome/rc.lua2
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.