diff options
| author | schererleander <leander@schererleander.de> | 2025-05-10 21:17:14 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-10 21:17:14 +0200 |
| commit | e04b5300532d21adf889cccf05b7d1f64c290825 (patch) | |
| tree | 833311b86d490bdcac002d5928243afc7be2612e /modules/sway.nix | |
| parent | b66ea884dfa44f9a126cd491c8cb7e91253ea104 (diff) | |
formatting
Diffstat (limited to 'modules/sway.nix')
| -rw-r--r-- | modules/sway.nix | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/modules/sway.nix b/modules/sway.nix index c8dd008..a935c57 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -21,9 +21,9 @@ in { xdg-desktop-portal-wlr xdg-desktop-portal-gtk ]; - config = { - common.default = "*"; - }; + config = { + common.default = "*"; + }; }; }; @@ -49,17 +49,17 @@ in { border = 0; }; modifier = "Mod4"; - keybindings = lib.mkOptionDefault { - "${mod}+q" = "kill"; - "XF86AudioPlay" = "exec playerctl play-pause"; + keybindings = lib.mkOptionDefault { + "${mod}+q" = "kill"; + "XF86AudioPlay" = "exec playerctl play-pause"; "XF86AudioPrev" = "exec playerctl previous"; "XF86AudioNext" = "exec playerctl next"; "XF86AudioRaiseVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_DEVICE@ +5%"; "XF86AudioLowerVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_DEVICE@ -5%"; "XF86AudioMute" = "exec wpctl set-mute @DEFAULT_AUDIO_DEVICE@ toggle"; - }; - menu = "${pkgs.wmenu}/bin/wmenu-run -b -N 000000"; - terminal = "${pkgs.foot}/bin/foot"; + }; + menu = "${pkgs.wmenu}/bin/wmenu-run -b -N 000000"; + terminal = "${pkgs.foot}/bin/foot"; defaultWorkspace = "workspace number 1"; bars = [{ "command" = "${pkgs.waybar}/bin/waybar"; @@ -74,4 +74,4 @@ in { XDG_CURRENT_DESKTOP = "wayland"; }; }; -} +}
\ No newline at end of file |
