This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running phase: unpackPhase | |
@nix { "action": "setPhase", "phase": "unpackPhase" } | |
unpacking source archive /nix/store/vyfgzlhrvzz1fxm2m8dg3y39ap3p93ab-source | |
source root is source | |
Running phase: patchPhase | |
@nix { "action": "setPhase", "phase": "patchPhase" } | |
applying patch /nix/store/23728y7zgh1jb55kpwxv5qnjbq0ykca6-randstruct-provide-seed-5.19.patch | |
patching file scripts/gen-randstruct-seed.sh | |
patching script interpreter paths in scripts/ld-version.sh | |
scripts/ld-version.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/xgvqbslsa5km8q1bkhlhdr3r5kxblvn6-bash-5.2p37/bin/sh" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------------------------------------ | |
# /etc/tlp.conf - TLP user configuration (version 1.4) | |
# See full explanation: https://linrunner.de/tlp/settings | |
# | |
# Settings are read in the following order: | |
# | |
# 1. Intrinsic defaults | |
# 2. /etc/tlp.d/*.conf - Drop-in customization snippets | |
# 3. /etc/tlp.conf - User configuration (this file) | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" ==== . V I M R C ==== | |
" Disable polyglot for md (vimwiki) | |
let g:polyglot_disabled = ['markdown'] | |
" YCM filetypes (has to be before plug hooks) | |
let ycm_types = { | |
\ 'python': 1, | |
\ 'cpp': 1, | |
\ 'cs': 1, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 94a52292929bffe9723178601a542fbb118dccc1 Mon Sep 17 00:00:00 2001 | |
From: jzbor <[email protected]> | |
Date: Wed, 10 Feb 2021 23:38:41 +0100 | |
Subject: [PATCH] Adding rio-like drawing (requires slop; backported from instantWM) | |
--- | |
config.def.h | 2 ++ | |
dwm.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
2 files changed, 81 insertions(+) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Author: jzbor | |
# Dependencies: xdo, xwininfo (optional), xdg-xmenu (optional), xmenu (optional | |
# | |
# Usage: | |
# riot.sh | |
# riot.sh xterm | |
# riot.sh --focused | |
# riot.sh --select |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To display the perf.data header info, please use --header/--header-only options. | |
# | |
# | |
# Total Lost Samples: 0 | |
# | |
# Samples: 33K of event 'cycles:u' | |
# Event count (approx.): 34189895039 | |
# | |
# Overhead Command Shared Object Symbol | |
# ........ ............ ........................... .................................................. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/pacman.d/hooks/paccache_outdated.hook | |
[Trigger] | |
Operation = Upgrade | |
Operation = Install | |
Operation = Remove | |
Type = Package | |
Target = * | |
[Action] | |
Description = Cleaning pacman cache (outdated versions) |