From 32fad752a9659cf7e6380c625cda73d95b9b74e6 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 21 Jun 2021 18:20:58 -0400 Subject: [PATCH] sway: Remove the default border Now our windows take up the entire screen. --- sway/.config/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 2ad987b1..545afe07 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -149,6 +149,8 @@ bar { swaybar_command waybar } +default_border none + # Fn keys bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%