dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 3444d4d3d822e5ccf31dd22ebd206fe797fb83bf
parent 4c2d5db0643f49a3772cbab1840a79458df19705
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  7 Jun 2019 11:21:41 +0200

Use wpa_cli for wifi, and /bin/sh for sxhkd

Diffstat:
M.config/sxhkd/sxhkdrc | 8++++----
D.local/bin/maimfull | 2--
M.profile | 1+
3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -25,16 +25,16 @@ super + shift + slash define --gui super + shift + p passmenu -Print - maimfull -shift + Print +super + Print + maim ~/tmp/pic-full-"$(date '+%y%m%d-%H%M-%S').png" +super + shift + Print maimpick super + {Print,Delete} dmenurecord {,kill} XF86Launch1 xrandr --output LVDS1 --auto --scale 1.0x1.0; xbacklight -set 100 super + F5 - $TERMINAL -e nmtui + $TERMINAL -e sudo wpa_cli super + F7 displayselect super + F8 diff --git a/.local/bin/maimfull b/.local/bin/maimfull @@ -1,2 +0,0 @@ -#!/usr/bin/env bash -maim ~/tmp/pic-full-"$(date '+%y%m%d-%H%M-%S').png" diff --git a/.profile b/.profile @@ -8,6 +8,7 @@ export TERMINAL=st export FILE=nnn export BROWSER=surf-open.sh export BIB="$HOME/articles/own/BIBnew.bib" +export SXHKD_SHELL=/bin/sh # nnn settings NNN_BMS="a:$HOME/articles;b:$HOME/books;c:$HOME/code;d:$HOME/doc;m:/mnt;s:$HOME/uni/postdoc/stanford-sigma;t:$HOME/tmp;u:$HOME/uni;v:$HOME/videos"