This commit is contained in:
2025-03-14 15:17:37 +00:00
parent 3392908cb8
commit 8fc2d67f1b
3 changed files with 80 additions and 178 deletions

View File

@@ -20,7 +20,7 @@ in {
enable = true;
config = {
startup = [
{ command = "swaybg -i ~/wallpapers/wallpaper.jpg"; }
{command = "swaybg -i ~/wallpapers/wallpaper.jpg";}
];
bars = [
{
@@ -32,7 +32,10 @@ in {
xkb_layout = "gb";
xkb_options = "caps:escape";
tap = "enabled";
natural_scroll = if hostname == "sidon" then "disabled" else "enabled";
natural_scroll =
if hostname == "sidon"
then "disabled"
else "enabled";
};
"type:pointer" = {
accel_profile = "flat";