dotfiles

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

commit 0ab9455612f686a96dada00fe78829dfa3597330
parent dd7d7a7c3fd5cd59ca2255ba741ea05b68f2ff61
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  1 Dec 2023 23:06:18 +0000

use bash for compatibility with bsd. add miniscratch keybind. switch ff tag allocation

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

diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # ██ ██ ██ ██ ████ ██ # ░██ ░██ ░██ ░██ ░██░ ░██ @@ -31,6 +31,8 @@ Alt=Mod1 # minimize and unminimise windows bash /home/pyratebeard/bin/herbstluftwm-min_max +hc keybind $Mod-Control-s spawn bash /home/pyratebeard/bin/herbstluftwm-miniscratch + # run menu hc keybind $Mod-w spawn /usr/bin/zsh /home/pyratebeard/bin/rundmc @@ -206,7 +208,7 @@ hc unlock herbstclient set tree_style '╾│ ├└╼─┐' hc rule class=qutebrowser tag=1 -hc rule class=firefox tag=3 +hc rule class=firefox tag=1 hc rule class=Chromium tag=3 hc rule class=teams-for-linux tag=3 hc rule class=Gimp floating=true