mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway/config] firefox: picture-in-picture make sticky
This commit is contained in:
parent
a227792f69
commit
817f9fe518
1 changed files with 1 additions and 3 deletions
|
@ -65,7 +65,7 @@ for_window [window_type="menu"] floating enable
|
||||||
for_window [instance="update_installer"] floating enable
|
for_window [instance="update_installer"] floating enable
|
||||||
# custom floating
|
# custom floating
|
||||||
for_window [app_id="firefox" title="About Mozilla Firefox"] floating enable
|
for_window [app_id="firefox" title="About Mozilla Firefox"] floating enable
|
||||||
for_window [app_id="firefox" title="Picture-in-Picture"] floating enable
|
for_window [app_id="firefox" title="Picture-in-Picture"] floating enable, sticky enable
|
||||||
for_window [app_id="firefox" title="Firefox — Sharing Indicator"] floating enable
|
for_window [app_id="firefox" title="Firefox — Sharing Indicator"] floating enable
|
||||||
for_window [app_id="firefox-developer-edition" title="About Firefox Developer Edition"] floating enable
|
for_window [app_id="firefox-developer-edition" title="About Firefox Developer Edition"] floating enable
|
||||||
for_window [app_id="gnome-calculator"] floating enable
|
for_window [app_id="gnome-calculator"] floating enable
|
||||||
|
@ -117,12 +117,10 @@ bindsym Print exec grim ~/Downloads/Screenshot-$(date +'%Y-%m-%d_%H%M%S.png')
|
||||||
bindsym $mod+Print exec slurp | grim -g - ~/Downloads/Screenshot-$(date +'%Y-%m-%d_%H%M%S.png')
|
bindsym $mod+Print exec slurp | grim -g - ~/Downloads/Screenshot-$(date +'%Y-%m-%d_%H%M%S.png')
|
||||||
bindsym $mod+Shift+Print exec swaymsg -t get_tree | jq -r '.. | (.nodes? // empty , .floating_nodes? // empty)[] | select(.focused) | "\(.rect.x),\(.rect.y) \(.rect.width)x\(.rect.height)"' | grim -g - ~/Downloads/Screenshot-$(date +'%Y-%m-%d_%H%M%S.png')
|
bindsym $mod+Shift+Print exec swaymsg -t get_tree | jq -r '.. | (.nodes? // empty , .floating_nodes? // empty)[] | select(.focused) | "\(.rect.x),\(.rect.y) \(.rect.width)x\(.rect.height)"' | grim -g - ~/Downloads/Screenshot-$(date +'%Y-%m-%d_%H%M%S.png')
|
||||||
|
|
||||||
|
|
||||||
# forward an backward at arrow-keys
|
# forward an backward at arrow-keys
|
||||||
#bindsym --release XF86Back exec
|
#bindsym --release XF86Back exec
|
||||||
#bindsym --release XF86Forward exec
|
#bindsym --release XF86Forward exec
|
||||||
|
|
||||||
|
|
||||||
# Sreen brightness controls
|
# Sreen brightness controls
|
||||||
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
||||||
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue