summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-05-30 22:39:33 +0200
committermarcellus <msimon_fr@hotmail.com>2023-05-30 22:39:33 +0200
commit138edf940d1aa67bcca222ba495b5fcd83b17c69 (patch)
tree1169c6adeae6d6a73e2ef82288f80e6afc390628
parent71031b57a14824f351797acc6629732dcae1bb17 (diff)
fix: beggining to fix the placement/backgroundstuckification of glava,
see my fork of dwm
-rwxr-xr-xglava/rc.glsl2
-rw-r--r--sxhkd/sxhkdrc6
-rw-r--r--zsh/.zshrc1
3 files changed, 6 insertions, 3 deletions
diff --git a/glava/rc.glsl b/glava/rc.glsl
index 4ff2911..ca41f90 100755
--- a/glava/rc.glsl
+++ b/glava/rc.glsl
@@ -68,7 +68,7 @@
will do nothing, but you can use "!+" and "!-" to stack on top
or below other windows.
*/
-#request setxwintype "dock"
+#request setxwintype "desktop"
/* (X11 only) EWMH Window state atoms (multiple can be specified).
Possible values are:
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
index 504560b..2f04940 100644
--- a/sxhkd/sxhkdrc
+++ b/sxhkd/sxhkdrc
@@ -25,8 +25,10 @@ super + shift + m
musiccmd
XF86Tools
selectopt
-XF86Audio{Prev,Next,Play,Stop}
- musiccmd {prev,next,cycle,stop}
+XF86Audio{Prev,Next,Play}
+ musiccmd {prev,next,cycle}
+XF86AudioStop
+ musiccmd stop; kill $(pidof glava)
super + {s,a,y,w,e}
dmenusearch {web,aur,youtube,man,emoji}
super + shift + w
diff --git a/zsh/.zshrc b/zsh/.zshrc
index b226ce1..b949cd7 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -29,6 +29,7 @@ alias rps="echo help | nc ratakor.com 9998"
alias nv="nvim"
alias cdmnt="sudo mount -t iso9660 -o ro /dev/sr0 $HOME/cdrom"
alias py="python3"
+alias wtr="curl wttr.in"
autoload -U compinit
zstyle ':completion:*' menu select