removed old config, added godot floating window and also removed borders on all windows

This commit is contained in:
Rick van Lieshout 2024-06-04 13:48:07 +02:00
parent dd5f32a6eb
commit 1da8b7946f

View File

@ -223,24 +223,6 @@ client.focused_inactive $secondaryBackgroundColour $secondaryBackgroundColour $
client.unfocused $secondaryBackgroundColour $secondaryBackgroundColour $textColour $indicatorColour client.unfocused $secondaryBackgroundColour $secondaryBackgroundColour $textColour $indicatorColour
client.urgent $secondaryBackgroundColour $urgentTextBackgroundColour $urgentTextColour $indicatorColour client.urgent $secondaryBackgroundColour $urgentTextBackgroundColour $urgentTextColour $indicatorColour
# Bar decoration (currently using polybar)
# bar {
# status_command i3blocks -c ~/.config/i3/i3blocks.conf
# position top
# strip_workspace_numbers no
# tray_output primary
# colors {
# separator $textColour
# background $primaryBackgroundColour
# statusline $statusLineColour
# # border background text
# focused_workspace $primaryBackgroundColour $primaryBackgroundColour $focusedTextColour
# active_workspace $primaryBackgroundColour $secondaryBackgroundColour $textColour
# inactive_workspace $primaryBackgroundColour $primaryBackgroundColour $textColour
# urgent_workspace $primaryBackgroundColour $primaryBackgroundColour $urgentTextColour
# }
# }
# Floating windows # Floating windows
for_window [class="Pavucontrol"] floating enable for_window [class="Pavucontrol"] floating enable
for_window [class="Lxappearance"] floating enable for_window [class="Lxappearance"] floating enable
@ -249,6 +231,7 @@ for_window [class="Eog"] floating enable
for_window [title="Tidal-hifi - settings"] floating enable for_window [title="Tidal-hifi - settings"] floating enable
for_window [class="Sysmontask"] floating enable for_window [class="Sysmontask"] floating enable
for_window [class="Sysmontask"] resize set 930 665 for_window [class="Sysmontask"] resize set 930 665
for_window [instance="Godot_Engine"] floating enable
############################################ ############################################
# Workspace specific tools # # Workspace specific tools #
@ -270,7 +253,7 @@ assign [class="beekeeper"] $workspace8
# i3-gaps # # i3-gaps #
############################################ ############################################
# Disable window titlebars entirely # Disable window titlebars entirely
for_window [class="^.*"] border pixel 2 for_window [class="^.*"] border pixel 0
# Set inner/outer gaps # Set inner/outer gaps
gaps inner 10 gaps inner 10