diff options
| author | jakobst1n <jakob@jakobstendahl.no> | 2025-10-06 18:50:42 +0200 |
|---|---|---|
| committer | jakobst1n <jakob@jakobstendahl.no> | 2025-10-06 18:50:54 +0200 |
| commit | 3afb0ef320159180bfce5c53ada5e67a34d0cb34 (patch) | |
| tree | 8d72c94f0dd5da3b57f8368a88207511f4a99e88 /linux/qtile/config/layout.m4.py | |
| parent | ec14231679cf988ad955d73c9fb3493aae30f380 (diff) | |
| download | dotfiles-3afb0ef320159180bfce5c53ada5e67a34d0cb34.tar.gz dotfiles-3afb0ef320159180bfce5c53ada5e67a34d0cb34.zip | |
Remove unused stuff
Diffstat (limited to 'linux/qtile/config/layout.m4.py')
| -rw-r--r-- | linux/qtile/config/layout.m4.py | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/linux/qtile/config/layout.m4.py b/linux/qtile/config/layout.m4.py deleted file mode 100644 index cdddb18..0000000 --- a/linux/qtile/config/layout.m4.py +++ /dev/null @@ -1,29 +0,0 @@ -layouts = [ - layout.Columns(border_focus_stack=["#d75f5f", "#8f3d3d"], border_width=4), - layout.Max(), - # Try more layouts by unleashing below layouts. - # layout.Stack(num_stacks=2), - # layout.Bsp(), - layout.Matrix(), - # layout.MonadTall(), - # layout.MonadWide(), - # layout.RatioTile(), - # layout.Tile(), - layout.TreeTab(), - # layout.VerticalTile(), - layout.Zoomy(), - # layout.Floating(), -] - -floating_layout = layout.Floating( - float_rules=[ - # Run the utility of `xprop` to see the wm class and name of an X client. - *layout.Floating.default_float_rules, - Match(wm_class="confirmreset"), # gitk - Match(wm_class="makebranch"), # gitk - Match(wm_class="maketag"), # gitk - Match(wm_class="ssh-askpass"), # ssh-askpass - Match(title="branchdialog"), # gitk - Match(title="pinentry"), # GPG key password entry - ] -) |
