<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Desktop on Documentation</title><link>https://docs.daper.io/install-linux/desktop/index.html</link><description>Recent content in Desktop on Documentation</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://docs.daper.io/install-linux/desktop/index.xml" rel="self" type="application/rss+xml"/><item><title>Default Shell</title><link>https://docs.daper.io/install-linux/desktop/default-shell/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.daper.io/install-linux/desktop/default-shell/index.html</guid><description>Configure default terminal &amp;amp; shell Execute the following
chsh -s /bin/bash Then create a file on ~/.config/foot/foot.ini with the following:
include=/usr/share/sway/templates/foot.ini # rename to foot.ini and add your custom foot overrides hereafter shell=/bin/bash pad=3x5 font=RobotoMono Nerd Font Mono:size=12 line-height=14 vertical-letter-offset=1</description></item><item><title>Sway Systemd</title><link>https://docs.daper.io/install-linux/desktop/sway-systemd/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.daper.io/install-linux/desktop/sway-systemd/index.html</guid><description>Install sway-systemd.
yay -S pkg-config sway-systemd</description></item><item><title>Sound</title><link>https://docs.daper.io/install-linux/desktop/sound/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.daper.io/install-linux/desktop/sound/index.html</guid><description>Install sof-firmware, but ensure you run at least linux62. It did not work for other versions. 🤷‍♂️
For UI install qpwgraph.</description></item><item><title>Kanshi</title><link>https://docs.daper.io/install-linux/desktop/kanshi/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.daper.io/install-linux/desktop/kanshi/index.html</guid><description>Install kanshi to automatically switch from display configurations Create a file in ~/.config/systemd/user/kanshi.service, with the following contents:
[Unit] Description=Dynamic output configuration for Wayland compositors Documentation=https://sr.ht/~emersion/kanshi BindsTo=sway-session.target [Service] Type=simple ExecStart=/usr/bin/kanshi [Install] WantedBy=sway-session.target Create an empty configuration with mkdir -p ~/.config/kanshi &amp;amp;&amp;amp; touch ~/.config/kanshi/config. And write the following contents:
profile { output eDP-1 position 0,0 } profile docked { output eDP-1 disable output &amp;#34;Dell Inc. DELL P2719H HFZNV13&amp;#34; enable output &amp;#34;Dell Inc. DELL P2719H 75L7223&amp;#34; enable } Then issue systemctl --user enable --now kanshi.</description></item><item><title>XDG Autostart</title><link>https://docs.daper.io/install-linux/desktop/xdg-autostart/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.daper.io/install-linux/desktop/xdg-autostart/index.html</guid><description>Create the generator service in ~/.config/systemd/user/xdg-autostart-generator.service.
[Unit] Description=Run systemd-xdg-autostart-generator on login [Service] Type=oneshot ExecStartPre=mkdir -p %t/systemd/user ExecStart=/usr/lib/systemd/user-generators/systemd-xdg-autostart-generator %t/systemd/user [Install] WantedBy=default.target Then create an override file for the autostart.target as ~/.config/systemd/user/xdg-desktop-autostart.target.d/override.conf.
[Unit] After=xdg-autostart-generator.service Requires=sway-session.target BindsTo=sway-session.target [Install] WantedBy=sway-session.target</description></item></channel></rss>