Add sway config and other Wayland-related stuff
This commit is contained in:
parent
2ef36eb976
commit
ecd2f63c92
18 changed files with 664 additions and 0 deletions
15
.config/sway/config.d/51_apps_extra
Normal file
15
.config/sway/config.d/51_apps_extra
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Additional keybindings and window rules not necessary on each device (e.g. used on private
|
||||
# laptop but not on work laptop.)
|
||||
|
||||
# LAUNCH KEYBINDINGS
|
||||
# ~~~~~~~~~~~~~~~~~~
|
||||
|
||||
# WINDOW RULES
|
||||
# ~~~~~~~~~~~~
|
||||
|
||||
# Godot debug windows (also applies to our custom engine with "(DEBUG)" in the title)
|
||||
for_window [title="\(DEBUG\)$"] floating enable
|
||||
for_window [app_id="^org.godotengine.Editor$"] floating disable
|
||||
|
||||
# QEMU
|
||||
for_window [app_id="^qemu$"] floating enable
|
||||
Loading…
Add table
Add a link
Reference in a new issue