mpvfloat returned
This commit is contained in:
parent
90f985a1f1
commit
476e171275
1 changed files with 6 additions and 0 deletions
|
@ -279,6 +279,12 @@ for_window [instance="math"] move scratchpad
|
||||||
for_window [instance="math"] border pixel 5
|
for_window [instance="math"] border pixel 5
|
||||||
exec --no-startup-id $term -n math -f mono:pixelsize=24 -e dropdowncalc
|
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---# #
|
# #---Function Buttons---# #
|
||||||
bindsym $mod+F1 exec --no-startup-id zathura ~/.config/i3/i3_guide.pdf
|
bindsym $mod+F1 exec --no-startup-id zathura ~/.config/i3/i3_guide.pdf
|
||||||
bindsym $mod+F2 restart
|
bindsym $mod+F2 restart
|
||||||
|
|
Loading…
Reference in a new issue