diff options
| author | Kyle Javier | 2021-10-03 20:02:15 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-10-03 20:03:02 -0400 |
| commit | 41b76bc3e94d2bc1368b967dd3cbf87f148a6430 (patch) | |
| tree | 269fdf062cab73a488c000505ff2ece1507689fc | |
| parent | 40055cb02846541c9b1c33548c2cf03f86c5d644 (diff) | |
picom now uses experiemental backends && integrated kate as default text editor (sorry)
| -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. |
