From 4d0a7fc372e086d4fa9efbb800f6c10542a70c75 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 1 Jun 2019 21:58:18 -0400 Subject: [PATCH] Removed unneeded comment. --- sway/config | 3 --- 1 file changed, 3 deletions(-) diff --git a/sway/config b/sway/config index 7cef047..c44d8a7 100644 --- a/sway/config +++ b/sway/config @@ -37,9 +37,6 @@ output eDP-1 scale 1 # You can get the names of your outputs by running: swaymsg -t get_outputs ### Idle configuration -# -# Example configuration: -# exec swayidle -w \ timeout 300 'swaylock-fancy' \ timeout 600 'swaymsg "output * dpms off"' \