Skip to content

Instantly share code, notes, and snippets.

View CouldBeThis's full-sized avatar

CouldBeThis CouldBeThis

  • lol nope
View GitHub Profile
@CouldBeThis
CouldBeThis / linux-compositors.md
Last active October 30, 2021 20:07
🥽 compositing - information of uncertain utility

🥽 compositing - information of uncertain utility

added to startup:

xfwm4 --daemon --compositor=on

to execute from terminal, may need to add --replace

to produce ??? error codes,

@CouldBeThis
CouldBeThis / linux-keys-0.md
Last active November 2, 2021 05:11
⌨️ keybindings, key mappings, keyboard shortcut, accelerators etc

⌨️ keybindings, key mappings, keyboard shortcut, accelerators etc

arch linux wiki: Xorg/Keyboard configuration (not read)

see how computer is interpreting keys

In XFCE4 add "Indicator Plugin" to panel, there is a keyboard icon.

files

@CouldBeThis
CouldBeThis / tools-linux-terminal-themes.md
Last active October 30, 2021 22:15
🐌 🧰 🎨 [tools] terminal theming
@CouldBeThis
CouldBeThis / opening-x-sessions.md
Last active May 18, 2023 22:05
opening x sessions

open a tiny awesome session

Xephyr :5 & sleep 1 ; DISPLAY=:5 awesome

open a tiny LXDE session (sudo)

@CouldBeThis
CouldBeThis / linux-font-install.md
Created October 27, 2021 06:50
install fonts in linux

rebuild cache after installing

sudo fc-cache -f -v
@CouldBeThis
CouldBeThis / archive-extraction-bulk.md
Last active November 8, 2021 10:53
bulk extraction of archives

bulk extraction of archives

extract every .zip in current working directory

unzip "*.zip"

extract every .tar.gz in current working directory