diff --git a/bin/sway b/bin/sway deleted file mode 100755 index 15dbd84..0000000 --- a/bin/sway +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -xe - -cd - -if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then - exec dbus-launch --exit-with-session "$0" "$@" -fi - -if [ -z "$SSH_AGENT_PID" ]; then - exec ssh-agent "$0" "$@" -fi - -# Environment -# XDG -export \ - XDG_CURRENT_DESKTOP=sway \ - XDG_SESSION_DESKTOP=sway - -# Backends -export \ - QT_QPA_PLATFORM='wayland;xcb' \ - QT_QPA_PLATFORMTHEME=qt6ct \ - CLUTTER_BACKEND=wayland \ - SDL_VIDEODRIVER=wayland \ - _JAVA_AWT_WM_NONREPARENTING=1 \ - MOZ_ENABLE_WAYLAND=1 - -# Execution -exec /usr/bin/sway "$@" diff --git a/bin/swaylock-hyprland b/bin/swaylock-hyprland deleted file mode 100755 index 4623458..0000000 --- a/bin/swaylock-hyprland +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -# Run swaylock -exec /usr/bin/swaylock \ - "$@" \ - --daemonize \ - --indicator \ - --clock \ - --screenshots \ - --effect-blur 20x10 \ - --indicator-radius 100 \ - --font 'Hack Nerd Font' \ - --bs-hl-color '#FF3366' \ - --inside-color '#CC99FF22' \ - --inside-clear-color '#F3E6FFDD' \ - --inside-ver-color '#9933FF22' \ - --inside-wrong-color '#FF336622' \ - --key-hl-color '#9933FF' \ - --text-color '#F3E6FF' \ - --text-caps-lock-color '#FFB3C6' \ - --line-uses-ring \ - --ring-color '#1A0033' \ - --ring-clear-color '#9933FF' \ - --ring-ver-color '#4F0099' \ - --ring-wrong-color '#800020' \ - --text-clear-color '#4F0099' \ - --text-ver-color '#F3E6FF' \ - --text-wrong-color '#FFB3C6' \ - --separator-color '#00000000' - diff --git a/bin/swaylock-sway b/bin/swaylock-sway deleted file mode 100755 index 9ac915c..0000000 --- a/bin/swaylock-sway +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -# Run swaylock -exec /usr/bin/swaylock \ - --daemonize \ - --indicator \ - --clock \ - --screenshots \ - --effect-blur 20x10 \ - --indicator-radius 100 \ - --font 'Hack Nerd Font' \ - --text-color '#FFFFFF' \ - --line-uses-ring \ - --separator-color '#00000000' -