wayland sway

This commit is contained in:
2025-02-16 12:14:04 +01:00
parent 30c694a586
commit 12dd9140bc
6 changed files with 365 additions and 30 deletions

View File

@@ -1,8 +1,10 @@
#!/bin/bash
hostname=$(/usr/bin/hostname)
hostname=$(cat ~/hostname)
if [[ $hostname == "bepis" ]]; then
$(~/.config/screenlayout/desktop.sh)
elif [[ $hostname == "arch-bepis" ]]; then
$(~/.config/screenlayout/desktop.sh)
elif [[ $hostname == "bepis-laptop" ]]; then
$(~/.config/screenlayout/laptop.sh)
fi