From 47dde98fd2cf11ea544bb1c8d8d548ee0bda0f54 Mon Sep 17 00:00:00 2001 From: Alexander Kassouni Date: Wed, 2 Sep 2026 21:20:10 -0700 Subject: some sway stuff --- users/kassouni/wayland/sway.nix | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 users/kassouni/wayland/sway.nix (limited to 'users/kassouni/wayland/sway.nix') diff --git a/users/kassouni/wayland/sway.nix b/users/kassouni/wayland/sway.nix deleted file mode 100644 index 0cf97f7..0000000 --- a/users/kassouni/wayland/sway.nix +++ /dev/null @@ -1,39 +0,0 @@ -{ - pkgs, - config, - ... -}: -{ - programs.swaylock.enable = true; - wayland.windowManager.sway = { - enable = true; - wrapperFeatures.gtk = true; # Fixes common issues with GTK 3 apps - - config = { - window.titlebar = false; - menu = "fuzzel"; - gaps = { - }; - modifier = "Mod4"; - # Use kitty as default terminal - terminal = "foot"; - }; - extraConfig = let incr = "5"; in '' - output * scale 2 - bindsym XF86MonBrightnessDown exec brightnessctl set -e 5%- - bindsym XF86MonBrightnessUp exec brightnessctl set -e +5% - bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_SINK@ ${incr}%+ - bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_SINK@ ${incr}%- - input "type:keyboard" { - xkb_options caps:escape - } - - input "type:touchpad" { - natural_scroll enabled - dwt disabled - } - ''; - - }; -} - -- cgit v1.3.1