From 476e171275b26bb1622dfbe41a74ef598131c8cc Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 9 Jul 2018 14:10:12 -0400 Subject: [PATCH] mpvfloat returned --- .config/i3/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index e07752b..9c9a190 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -279,6 +279,12 @@ for_window [instance="math"] move scratchpad for_window [instance="math"] border pixel 5 exec --no-startup-id $term -n math -f mono:pixelsize=24 -e dropdowncalc +# Bindings to make the webcam float and stick. +for_window [title="mpvfloat"] floating enable +for_window [title="mpvfloat"] sticky enable +for_window [title="mpvfloat"] border pixel 0 +no_focus [title="mpvfloat"] + # #---Function Buttons---# # bindsym $mod+F1 exec --no-startup-id zathura ~/.config/i3/i3_guide.pdf bindsym $mod+F2 restart