diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-04 21:28:36 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-04 21:28:36 -0500 |
| commit | 06d1242317f7159ccf3014f0a1480e7c56236ebb (patch) | |
| tree | 89863b3287ae2c7cc88cd532220f18c38e8d8657 /wayland-basics | |
| parent | 5a41da5881a11ba3fdc3890c342aa3b7eb53e0cf (diff) | |
add all sorts of things
Diffstat (limited to 'wayland-basics')
5 files changed, 44 insertions, 6 deletions
diff --git a/wayland-basics/dot-config/autostart/at-spi-dbus-bus.desktop b/wayland-basics/dot-config/autostart/at-spi-dbus-bus.desktop new file mode 100644 index 0000000..9baab50 --- /dev/null +++ b/wayland-basics/dot-config/autostart/at-spi-dbus-bus.desktop @@ -0,0 +1 @@ +Hidden=true diff --git a/wayland-basics/dot-config/kanshi/reload.sh b/wayland-basics/dot-config/kanshi/reload.sh index ce74a3f..e3c7dad 100755 --- a/wayland-basics/dot-config/kanshi/reload.sh +++ b/wayland-basics/dot-config/kanshi/reload.sh @@ -1,6 +1,6 @@ #!/bin/sh -if [ -n "$HYPRLAND_INSTANCE_SIGNATURE" ]; then - hyprctl reload - hyprctl dispatch workspace 1 -fi +# if [ -n "$HYPRLAND_INSTANCE_SIGNATURE" ]; then +# hyprctl reload +# hyprctl dispatch workspace 1 +# fi diff --git a/wayland-basics/dot-config/satty/config.toml b/wayland-basics/dot-config/satty/config.toml new file mode 100644 index 0000000..b558715 --- /dev/null +++ b/wayland-basics/dot-config/satty/config.toml @@ -0,0 +1,24 @@ +[general] +fullscreen = false +early-exit = true +initial-tool = "brush" +copy-command = "wl-copy" +default-hide-toolbars = false +primary-highlighter = "block" +disable-notifications = false +brush-smooth-history-size = 5 + +[font] +family = "IBM Plex Sans" +style = "Regular" + +[color-palette] + +palette = [ + "#ffd700", + "#00ffff", + "#a52a2a", + "#dc143c", + "#ff1493", + "#008000", +] diff --git a/wayland-basics/dot-config/systemd/user/minibar.service b/wayland-basics/dot-config/systemd/user/minibar.service new file mode 100644 index 0000000..2d00d3a --- /dev/null +++ b/wayland-basics/dot-config/systemd/user/minibar.service @@ -0,0 +1,13 @@ +[Unit] +Description=My minimal bar made with GTK4-rs +PartOf=graphical-session.target +After=graphical-session.target +Requisite=graphical-session.target + +[Service] +ExecStart=/home/moreka/.local/bin/minibar +Restart=on-failure +Slice=app-graphical.slice + +[Install] +WantedBy=graphical-session.target diff --git a/wayland-basics/dot-config/systemd/user/swaybg.service b/wayland-basics/dot-config/systemd/user/swaybg.service index 719900d..d8efd5b 100644 --- a/wayland-basics/dot-config/systemd/user/swaybg.service +++ b/wayland-basics/dot-config/systemd/user/swaybg.service @@ -6,8 +6,8 @@ Requisite=graphical-session.target [Service] Type=exec -# ExecStart=/usr/bin/swaybg -m fill -i /home/moreka/Pictures/ethereal.jpg -ExecStart=/usr/bin/swaybg -c '#002B36' +ExecStart=/usr/bin/swaybg -m fill -i /home/moreka/Pictures/wallpapers/dark_mode_windows_xp_background_wallpaper.png +; ExecStart=/usr/bin/swaybg -c '#002B36' Restart=on-failure Slice=background-graphical.slice |
