Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2023-03-07 13:45:07 +00:00
parent 9463b292c8
commit 1b70d70942
13 changed files with 622 additions and 88 deletions

View File

@@ -35,7 +35,7 @@ done
"$XDG_CONFIG_HOME/bspwm/rules"
# start some services
services=( sxhkd dunst ssh-agent ufwd{,-private,-scn,-fikus} )
services=( sxhkd dunst ssh-agent ufwd{,-private,-scn,-fikus} syncthing mpd )
for s in "${services[@]}"; do
if ! service "$s" status; then
service "$s" start

View File

@@ -7,5 +7,6 @@ while read -r rule _; do bspc rule -r "$rule"; done < <(bspc rule -l)
bspc rule -a 'firefox' desktop=^2 state=tiled
bspc rule -a 'steam_app_359320' desktop=^5
bspc rule -a 'steam_app_397540' desktop=^5
bspc rule -a 'steam_proton' desktop=^5
bspc rule -a 'Steam' desktop=^8
bspc rule -a '*' state=floating

View File

@@ -49,16 +49,14 @@ super + l; l
super + l; {u,s}
ssm lockd stop
# simple hotkeys
# Screenshots
Print
snap -f
shift + Print
snap
control + Print
maim -s | xclip -selection clipboard -t image/png
# Simple
super + {r,p,e,n}
dmenu-extras -l 9 {run,pass,emoji,note}
@@ -84,6 +82,10 @@ shift + {XF86Tools,XF86Launch5,XF86Launch6,XF86Launch7}
control + {XF86Tools,XF86Launch5,XF86Launch6,XF86Launch7}
~/bin/sndbrd-macro -p {8,9,10,11}
# Music
super + m; {t, s, n, p}
mpc {toggle, stop, next, prev}
# Dunst
super + d; {space,c,h}
dunstctl {close-all,context,history-pop}
@@ -93,5 +95,5 @@ super + s; m
pactl set-source-mute jack_in toggle
# Fucking Firefox man
control + q
/bin/true
#control + q
# /bin/true