logo

dotfiles

My dotfiles, one branch per machine, rebased on base
commit: 27f5f21239be36bc4b41303655aa3df134468f23
parent: e46544324bcd0edbba73429f7ad30537f54b8755
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  6 May 2020 08:52:13 +0200

Use memsys

Diffstat:

M.common.sh1+
M.config/sway/config1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.common.sh b/.common.sh @@ -19,6 +19,7 @@ alias xstart='startx -- $(tty | sed "s/\/dev\/tty/vt/")' alias .='cd .' alias ..='cd ..' alias ...='cd ../..' +alias zzz='locker & (sleep 1 ; memsys)' # = functions = # Note: POSIX only allows [0-9a-z_A-Z] in function names diff --git a/.config/sway/config b/.config/sway/config @@ -14,6 +14,7 @@ exec swayidle -w \ timeout 30 'swaymsg output * dpms off' \ resume 'swaymsg output * dpms on' \ timeout 60 locker + timeout 80 memsys # Keybindings # Based on XMonad