Skip to content

Instantly share code, notes, and snippets.

View AxiomaAbsurdo's full-sized avatar
🎯
Focusing | NodeJS, TypeScript, NestJS, Apollo Server

Matias Mortara AxiomaAbsurdo

🎯
Focusing | NodeJS, TypeScript, NestJS, Apollo Server
View GitHub Profile
@msr1k
msr1k / lxde-rc.xml
Last active February 27, 2022 03:48
lxde key configuration to tiling windows
<!-- Window tiling key bindings (added) -->
<keybind key="C-A-4"> # HalfLeftScreen
<action name="Unmaximize"/>
<action name="MoveResizeTo"><x>0</x><y>0</y><height>100%</height><width>50%</width></action>
</keybind>
<keybind key="C-A-6"> # HalfRightScreen
<action name="Unmaximize"/>
<action name="MoveResizeTo"><x>50%</x><y>0</y><height>100%</height><width>50%</width></action>
</keybind>
<keybind key="C-A-8"> # HalfUpperScreen
version: "3"
networks:
gitea:
external: false
services:
server:
image: gitea/gitea:1.14.2
container_name: gitea