diff options
Diffstat (limited to 'wayland-basics')
3 files changed, 38 insertions, 1 deletions
diff --git a/wayland-basics/dot-config/systemd/user/swaybg.service b/wayland-basics/dot-config/systemd/user/swaybg.service index 81b5169..2dffb18 100644 --- a/wayland-basics/dot-config/systemd/user/swaybg.service +++ b/wayland-basics/dot-config/systemd/user/swaybg.service @@ -5,7 +5,7 @@ After=graphical-session.target [Service] Type=exec -ExecStart=/usr/bin/swaybg -m fill -i /home/moreka/Pictures/wallpapers/gruv.jpg +ExecStart=/usr/bin/swaybg -m fill -i /home/moreka/Pictures/wallpapers/frederic-church-1.jpg Restart=on-failure [Install] diff --git a/wayland-basics/dot-config/systemd/user/wlsunset.service b/wayland-basics/dot-config/systemd/user/wlsunset.service new file mode 100644 index 0000000..7b2683b --- /dev/null +++ b/wayland-basics/dot-config/systemd/user/wlsunset.service @@ -0,0 +1,16 @@ +[Unit] +PartOf=graphical-session.target +Description=WLSunset for better screen colors +Documentation=man:wlsunset(1) +After=graphical-session.target +After=kanshi.service +Requisite=graphical-session.target + +[Service] +Type=exec +ExecStart=/usr/bin/wlsunset -l 42.3 -L '-71.0' -t 4000 -T 6500 +Restart=on-failure +Slice=background-graphical.slice + +[Install] +WantedBy=graphical-session.target diff --git a/wayland-basics/dot-local/share/applications/chromium.desktop b/wayland-basics/dot-local/share/applications/chromium.desktop new file mode 100644 index 0000000..cb36f62 --- /dev/null +++ b/wayland-basics/dot-local/share/applications/chromium.desktop @@ -0,0 +1,21 @@ +[Desktop Entry] +Version=1.0 +Name=Chromium +GenericName=Web Browser +Comment=Access the Internet +Exec=launch-chromium %U +StartupNotify=true +Terminal=false +Icon=chromium +Type=Application +Categories=Network;WebBrowser; +MimeType=application/xhtml+xml;application/xhtml_xml;application/xml;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/chromium; +Actions=new-window;new-private-window; + +[Desktop Action new-window] +Name=New Window +Exec=launch-chromium + +[Desktop Action new-private-window] +Name=New Incognito Window +Exec=launch-chromium --incognito |
