dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 873139602d3d622fcc32d2f5dc34a8c08f4a399f
parent 7e1536f25c441784dc4f94cb7ec3b0773dc42b36
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Thu, 25 Apr 2024 17:33:37 -0500

bspwm: Added Scratchpad

Diffstat:
M.config/bspwm/bspwmrc | 2++
M.config/sxhkd/sxhkdrc | 7+++++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc @@ -20,3 +20,5 @@ bspc rule -a st-256color state=pseudo_tiled bspc rule -a URxvt state=pseudo_tiled bspc rule -a Zathura state=tiled bspc rule -a qutebrowser locked=on + +bspc rule -a Emacs state=floating sticky=on diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -119,3 +119,10 @@ super + alt + shift + {h,j,k,l} # move a floating window super + {Left,Down,Up,Right} bspc node -v {-20 0,0 20,0 -20,20 0} + +# +# Scratchpad +# + +super + minus + ~/.local/bin/scratchpad.sh