Skip to content

Instantly share code, notes, and snippets.

View stefonarch's full-sized avatar

Standreas stefonarch

View GitHub Profile
@stefonarch
stefonarch / todo.md
Last active September 8, 2022 12:18
To-do list LXQt wayland

Notes for LXQt on Wayland

Useful Apps:

  • wl-recorde
  • grim/Slurp
  • wlogout
  • wlrctl
  • wf-info (wayfire only)
  • swaylock; swayidle
@stefonarch
stefonarch / Update-lxqt
Created December 12, 2020 07:53
Update and compile lxqt-components
#! /usr/bin/bash
RED='\033[0;31m'
GREEN='\033[0;32m'
NC='\033[0m' # No Color
LOG=/var/log/lxqt-compile.log
date > $LOG
cd ~/git/lxqt
for i in \
libqtxdg \
lxqt-build-tools \