diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-09 14:10:12 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-09 14:10:12 -0400 |
| commit | 476e171275b26bb1622dfbe41a74ef598131c8cc (patch) | |
| tree | 5607ae3770b9331debe247bc4e6e37d4558d4de6 /.config | |
| parent | 90f985a1f188c378b8481cb9a7ce0f8328311359 (diff) | |
| download | eibhear-476e171275b26bb1622dfbe41a74ef598131c8cc.tar.gz eibhear-476e171275b26bb1622dfbe41a74ef598131c8cc.tar.zst eibhear-476e171275b26bb1622dfbe41a74ef598131c8cc.zip | |
mpvfloat returned
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
