forked from extern/nix-config
Make new feh windows float by default in i3-gaps
This commit is contained in:
parent
9966a5aca0
commit
a667e789b7
@ -79,6 +79,11 @@ floating_modifier $mod
|
|||||||
# Switch between focusing floating windows and regular windows
|
# Switch between focusing floating windows and regular windows
|
||||||
bindsym $mod+space focus mode_toggle
|
bindsym $mod+space focus mode_toggle
|
||||||
|
|
||||||
|
# ========================= Program-Specific Windows =========================
|
||||||
|
|
||||||
|
for_window [class="^feh$"] floating enable
|
||||||
|
for_window [instance="^feh$"] floating enable
|
||||||
|
|
||||||
# ========================= Workspaces =========================
|
# ========================= Workspaces =========================
|
||||||
|
|
||||||
# Easily switch between your two most recently used workspaces
|
# Easily switch between your two most recently used workspaces
|
||||||
|
Loading…
Reference in New Issue
Block a user