summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-05-17 00:11:59 +0200
committermarcellus <msimon_fr@hotmail.com>2023-05-17 00:11:59 +0200
commitc61aee6ca742d2405984daf7d5e369cc951cbc89 (patch)
tree295fefd60a93c2520f84be387ff54295a13a69b4
parentca1fba1ef518b2f55bc168e9782b500dfec67c16 (diff)
fix: minor changes and additions to sxhkd shortcuts
-rwxr-xr-xscripts/music2
-rw-r--r--sxhkd/sxhkdrc4
-rw-r--r--zsh/.zshenv2
-rw-r--r--zsh/.zshrc1
4 files changed, 7 insertions, 2 deletions
diff --git a/scripts/music b/scripts/music
index 42ceeeb..a7fe836 100755
--- a/scripts/music
+++ b/scripts/music
@@ -26,5 +26,5 @@ if [ -z "$SHUFFLE" ] && [ -d "$MUSIC" ] || printf '%s' "$MUSIC" | grep -q playli
fi
printf 'stop\n' | socat - /tmp/mpvsocket 2> /dev/null
-mpv --vid=no --input-ipc-server=/tmp/mpvsocket --loop-playlist --volume=75\
+mpv --vid=no --input-ipc-server=/tmp/mpvsocket --loop-playlist --volume=100\
--ytdl-format="wv*+ba" --script="$SCRIPT" --shuffle="$SHUFFLE" "$MUSIC"
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
index 705c75c..504560b 100644
--- a/sxhkd/sxhkdrc
+++ b/sxhkd/sxhkdrc
@@ -15,6 +15,8 @@ XF86AudioLowerVolume
pamixer -d 5; kill -44 $(pidof dwmblocks)
XF86AudioMute
pamixer -t; kill
+XF86Mail
+ betterbird
{super + n,super + shift + n}
$TERMINAL -e {lfub "$XDG_DATA_HOME/notes",newsboat}
super + m
@@ -29,6 +31,8 @@ super + {s,a,y,w,e}
dmenusearch {web,aur,youtube,man,emoji}
super + shift + w
dmenuoff
+super + shift + r
+ randwp
super + u
dmenuhandler "$(xclip -o)"
{super + shift + u,button2}
diff --git a/zsh/.zshenv b/zsh/.zshenv
index 1075e19..54752cb 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -1,6 +1,6 @@
export PATH="$HOME/.config/scripts:$PATH"
export TERMINAL="st"
-export EDITOR="emacs"
+export EDITOR="nvim"
export BROWSER="librewolf"
export XDG_CONFIG_HOME="$HOME/.config"
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 2edb3c6..b226ce1 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -28,6 +28,7 @@ alias gs="git status"
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"
autoload -U compinit
zstyle ':completion:*' menu select