Update sxhkdrc, small changes to other configs

main
Guus van Meerveld 2 years ago
parent 50a7c8259b
commit 5dbc30f4d4
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -9,8 +9,11 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
export EDITOR="nvim"
export PNPM_HOME="/home/guus/.local/share/pnpm"
export PATH="$PNPM_HOME:$PATH"
# Plugins
plugins=(git colorize docker yarn debian vscode sudo alias-finder archlinux zsh-histdb zsh-autosuggestions)
plugins=(git colorize docker yarn debian vscode sudo alias-finder archlinux zsh-histdb zsh-autosuggestions wakeonlan vi-mode)
# Oh-my-zsh
source $ZSH/oh-my-zsh.sh

@ -3,7 +3,7 @@ popup_menu = { shadow = false; };
utility = { shadow = false; };
backend = "glx";
vsync = "true";
vsync = true;
glx-copy-from-front = true;
glx-swap-method = 2;

@ -47,6 +47,8 @@ separator-padding = 1
background = ${colors.background}
foreground = ${colors.foreground}
tray-position = right
fixed-center = true
padding-right = 5
@ -58,7 +60,7 @@ module-margin-left = 2
modules-left = bspwm
modules-center = spotify
modules-right = temperature memory cpu battery wlan eth date powermenu
modules-right = temperature memory cpu battery wlan eth date
wm-restack = bspwm

@ -4,8 +4,12 @@ device_name = "Computer"
use_keyring = true
cache_path = "/home/guus/.spotifyd"
cache_path = "/home/guus/.cache/spotifyd"
initial_volume = "50"
backend = "pulseaudio"
bitrate = 320
usempris = true

@ -10,17 +10,31 @@ Host gitlab.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/gitlab
Host hound
Host raspberry
HostName 192.168.2.28
IdentityFile ~/.ssh/raspberry
User guus
Host aur.archlinux.org
IdentityFile ~/.ssh/aur
User aur
Host rose
User ubuntu
HostName 152.70.52.247
IdentityFile ~/.ssh/hound
IdentityFile ~/.ssh/rose
Host wolf
Host sunflower
User guus
HostName 81.206.144.139
IdentityFile ~/.ssh/wolf
IdentityFile ~/.ssh/sunflower
Host fox
Host azalea
User ubuntu
HostName 158.101.195.59
IdentityFile ~/.ssh/fox
IdentityFile ~/.ssh/azalea
Host crocus
User ubuntu
HostName 143.47.189.158
IdentityFile ~/.ssh/crocus

@ -10,6 +10,37 @@ super + Return
super + @space
rofi -show combi
#
# media
#
XF86AudioStop
playerctl pause
XF86AudioPlay
playerctl play
XF86AudioPrev
playerctl previous
XF86AudioNext
playerctl next
XF86AudioLowerVolume
pactl set-sink-volume @DEFAULT_SINK@ -3%
XF86AudioRaiseVolume
pactl set-sink-volume @DEFAULT_SINK@ +3%
XF86AudioMute
pactl set-sink-mute @DEFAULT_SINK@ toggle
XF86MonBrightnessUp
light -A 5
XF86MonBrightnessDown
light -U 5
# make sxhkd reload its configuration files:
super + Escape
pkill -USR1 -x sxhkd

@ -49,5 +49,9 @@
},
"terminal.integrated.env.linux": {
"EDITOR": "codium"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}