From 583dd2ebccd5a5144a6289ccc1adef3a0789637e Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 14 May 2023 17:08:38 +0300 Subject: stuff --- mixins/sway.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'mixins/sway.nix') diff --git a/mixins/sway.nix b/mixins/sway.nix index 09fc857..42dfc73 100644 --- a/mixins/sway.nix +++ b/mixins/sway.nix @@ -280,12 +280,12 @@ in { bindsym --locked XF86AudioStop exec ${pkgs.playerctl}/bin/playerctl stop for_window [app_id="^menu$"] floating enable, border none - for_window [app_id="mpv"] sticky enable - for_window [floating] border csd - for_window [app_id="firefox" title="Picture-in-Picture"] floating enable, sticky enable, border none - for_window [app_id="imv"] floating enable - for_window [app_id="imv"] floating enable - for_window [class="PacketTracer"] floating enable + #for_window [app_id="mpv"] sticky enable + #for_window [floating] border csd + #for_window [app_id="firefox" title="Picture-in-Picture"] floating enable, sticky enable, border none + #for_window [app_id="imv"] floating enable + #for_window [app_id="imv"] floating enable + #for_window [class="PacketTracer"] floating enable bindsym XF86MonBrightnessUp exec ${pkgs.brightnessctl}/bin/brightnessctl s +5% bindsym XF86MonBrightnessDown exec ${pkgs.brightnessctl}/bin/brightnessctl s 5%- @@ -294,9 +294,9 @@ in { exec_always ${pkgs.kanshi}/bin/kanshi >/tmp/kanshi.log 2>&1 - default_border pixel 2 - gaps outer 5 - gaps inner 5 + default_border pixel 0 + gaps outer 0 + gaps inner 0 include /etc/sway/config.d/* ''; }; -- cgit 1.4.1