dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 65eb1296cc5ab03c70b4a6f1798fb20b06e3c58e
parent 018b403a26665cd8038359e555489bd2a09166c6
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  9 Jan 2024 12:41:13 +0000

increase default gap. update miniscratch bin bath. add scrot keybind

Diffstat:
Mherbstluftwm/.config/herbstluftwm/autostart | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart @@ -22,7 +22,7 @@ hc keyunbind --all killall stalonetray # gap counter -echo 2 > /tmp/herbstluftwm-gap +echo 30 > /tmp/herbstluftwm-gap # keybindings Mod=Mod4 @@ -31,7 +31,7 @@ Alt=Mod1 # minimize and unminimise windows bash /home/pyratebeard/.local/bin/herbstluftwm-min_max -hc keybind $Mod-Control-s spawn bash /home/pyratebeard/bin/herbstluftwm-miniscratch +hc keybind $Mod-Control-s spawn bash /home/pyratebeard/.local/bin/herbstluftwm-miniscratch # run menu hc keybind $Mod-w spawn /usr/bin/zsh /home/pyratebeard/.local/bin/rundmc @@ -43,6 +43,9 @@ hc keybind $Mod-z spawn bash /home/pyratebeard/.local/bin/lock hc keybind $Mod-9 spawn bash /home/pyratebeard/.local/bin/herbstluftwm-remove-gap hc keybind $Mod-0 spawn bash /home/pyratebeard/.local/bin/herbstluftwm-add-gap +# scrot +hc keybind $Mod-q spawn scrot -e 'mv $f ~/lib/images/misc/scrots/pyratebeard/' + # generic actions hc keybind $Mod-Shift-q quit hc keybind $Mod-Shift-r reload @@ -185,7 +188,7 @@ hc attr theme.active.outer_color '#131313' hc attr theme.background_color '#1e1b1c' hc attr theme.padding_left 14 -hc set window_gap 2 +hc set window_gap 30 hc set frame_padding 0 hc set smart_window_surroundings 0 hc set smart_frame_surroundings 1