# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!

# hopefully it now breaks less often …
for_window [class="X2GoAgent"] fullscreen enable

# hide window borders
default_border none

exec setxkbmap de
exec startfoxclient-x2go
exec polybar -c /etc/xdg/foxclient/polybar.ini tras

bar {
	status_command i3status
	mode hide
	hidden_state hide
	modifier none
}

bindsym Mod1+Mod5+Shift+F11 fullscreen toggle
bindsym Mod1+Mod5+Shift+Space floating toggle
bindsym Mod1+Mod5+Shift+a exec arandr


