Skip to content

Instantly share code, notes, and snippets.

@thuck
thuck / config.json
Last active May 25, 2021 01:34 — forked from bjesus/README.md
Weather widget for waybar
"custom/weather": {
"format": "{}",
"tooltip": true,
"interval": 3600,
"exec": "waybar-wttr.py",
"return-type": "json"
},
@thuck
thuck / sway_workspace_layout_crash
Created May 27, 2016 08:35
sway_workspace_layout_crash
[wlc] logind: session control granted
[wlc] Running on vt 2 (fd 0)
[wlc] Failed to open X11 display
Starting sway version 0.6-77-g508f481 (2016-05-25, branch "master")
Set XDG_CONFIG_HOME to /home/thuck/.config
Loading config from /home/thuck/.config/sway/config
handling config command 'set $mod Mod4'
find_handler(set) 0
handling config command 'set $term urxvt'
@thuck
thuck / tab_title.patch
Created June 27, 2011 16:37
[PATCH] Change the title of a tab without the need of focus, also will update the tab title if the subject is change.
From 080dff3d71d69b26e457f8b1200cfee0f816af66 Mon Sep 17 00:00:00 2001
From: Denis Doria <denisdoria@gmail.com>
Date: Mon, 27 Jun 2011 13:07:21 -0300
Subject: [PATCH] Change the title of a tab without the need of focus, also
will update the tab title if the subject is change.
---
content/stub.compose-ui.js | 1 +
content/stub.html | 5 ++++-
modules/stdlib | 2 +-