summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rwxr-xr-xautostart.sh7
-rw-r--r--hypr/hyprland.conf17
-rw-r--r--hypr/hyprpaper.conf1
-rw-r--r--lf/lfrc3
-rw-r--r--pipewire/filters-available/toharmantarget/atm50x.conf98
-rw-r--r--swayidle/config6
-rw-r--r--swaylock/config2
-rw-r--r--waybar/config2
-rw-r--r--waylock/config1
-rw-r--r--zsh/.zshenv7
-rw-r--r--zsh/.zshrc2
12 files changed, 132 insertions, 17 deletions
diff --git a/.gitignore b/.gitignore
index 4a1bb3e..f9ecd3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
zsh/hist
zsh/zcompdump
zsh/.zsh_theme
+zsh/.zcompdump
zoomus.conf
zirless/
zec-qt-wallet-org/
@@ -12,6 +13,7 @@ xmonad/stack.yaml.lock
xmonad/xmonad-x86_64-linux
xmonad/xmonad.o
xmonad/xmonad.hi
+whoozle.github.io/
weechat/
waybar/config-Hyprland-*
waybar/config-river-*
@@ -177,6 +179,7 @@ amsynth/
aIR Impulse RackEX.settings
abook/
VirtualBox/
+VeraCrypt/
UNDERTALE*/
The Crown EXEX.settings
SUPERHOT/
diff --git a/autostart.sh b/autostart.sh
index 5d40639..ee65439 100755
--- a/autostart.sh
+++ b/autostart.sh
@@ -22,9 +22,10 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then
runifnot swayidle
killandrun hyprpaper
runifnot waybar
- gsettings set $gnome-schema gtk-theme 'Plata-Noir-Compact'
- gsettings set $gnome-schema icon-theme 'Mint-Y-Dark-Blue'
- gsettings set $gnome-schema cursor-theme 'Adwaita'
+ gnome="org.gnome.desktop.interface"
+ gsettings set $gnome gtk-theme 'Plata-Noir-Compact'
+ gsettings set $gnome icon-theme 'Mint-Y-Dark-Blue'
+ gsettings set $gnome cursor-theme 'Adwaita'
xrdb ~/.Xresources
runifnot portmaster-start --data=/opt/safing/portmaster notifier
fi
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 6a663f5..a363aa8 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -55,7 +55,7 @@ general {
#{{{ Misc options
misc {
enable_swallow = true
- swallow_regex = ^(St)$
+ swallow_regex = ^(Alacritty)$
vfr = false
}
#}}}
@@ -160,10 +160,11 @@ bind = $mainMod+SHIFT, J, layoutmsg, swapnext #MASTER
bind = $mainMod+SHIFT, K, layoutmsg, swapprev #MASTER
bind = $mainMod+SHIFT, H, layoutmsg, addmaster #MASTER
bind = $mainMod+SHIFT, L, layoutmsg, removemaster #MASTER
-bindr = $mainMod, J, layoutmsg, cyclenext
-bindr = $mainMod, K, layoutmsg, cycleprev
-bindr = $mainMod, H, splitratio, -0.01 #MASTER
-bindr = $mainMod, L, splitratio, +0.01 #MASTER
+binde = $mainMod, J, layoutmsg, cyclenext #MASTER
+binde = $mainMod, K, layoutmsg, cycleprev #MASTER
+binde = $mainMod, H, splitratio, -0.01 #MASTER
+binde = $mainMod, L, splitratio, +0.01 #MASTER
+bind = $mainMod+SHIFT, O, splitratio, exact 0.5 #MASTER
bind = $mainMod, O, splitratio, exact 0.69 #MASTER
#}}}
@@ -264,7 +265,7 @@ submap = reset
#{{{ Menu bindings
bind = $mainMod, R, exec, exec j4-dmenu-desktop --dmenu="bemenu -i -l 10 -p \"Run:\""
-bind = $mainMod, D, exec, exec bemenu-run -l 15 -p "Run:"
+bind = $mainMod, D, exec, exec bemenu-run -i -l 15 -p "Run:"
bind = $mainMod $secdMod, Q, exec, qbc
bind = $mainMod $secdMod, W, exec, lwc
bind = $mainMod $secdMod, E, exec, mbc
@@ -278,8 +279,8 @@ bind = $mainMod $secdMod, P, exec, passmenu
#}}}
#{{{ Misc bindings
-bind = $mainMod, Return, exec, foot
-bind = $mainMod $secdMod, F, exec, foot lfrun
+bind = $mainMod, Return, exec, alacritty
+bind = $mainMod $secdMod, F, exec, alacritty -e lfrun
bind = $mainMod, W, exec, t waybar
bind = $mainMod, Q, exec, loginctl lock-session
bind = $mainMod SHIFT, G, exec, get-app-id
diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf
index 1b8480c..65bc2e3 100644
--- a/hypr/hyprpaper.conf
+++ b/hypr/hyprpaper.conf
@@ -6,6 +6,7 @@ preload = ~/background.jpg
#set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used
wallpaper = eDP-1,~/background.jpg
wallpaper = HDMI-A-1,~/background.jpg
+wallpaper = HDMI-A-2,~/background.jpg
wallpaper = DP-1,~/background.jpg
#if more than one monitor in use, can load a 2nd image
#wallpaper = monitor2,~/background.jpg
diff --git a/lf/lfrc b/lf/lfrc
index df622de..70b1b5b 100644
--- a/lf/lfrc
+++ b/lf/lfrc
@@ -13,6 +13,9 @@ cmd open ${{
jnlp)
javaws "$f"
;;
+ mp3|flac|webm|ogg)
+ mpv "$f"
+ ;;
*)
case $(file --mime-type "$f" -bL) in
text/*|application/json) $EDITOR "$f" ;;
diff --git a/pipewire/filters-available/toharmantarget/atm50x.conf b/pipewire/filters-available/toharmantarget/atm50x.conf
new file mode 100644
index 0000000..f0145c1
--- /dev/null
+++ b/pipewire/filters-available/toharmantarget/atm50x.conf
@@ -0,0 +1,98 @@
+# 6 band sink equalizer
+#
+# Copy this file into a conf.d/ directory such as
+# ~/.config/pipewire/filter-chain.conf.d/
+#
+context.modules = [
+ { name = libpipewire-module-filter-chain
+ args = {
+ node.description = "AT m50x Match"
+ media.name = "AT m50x Match"
+ filter.graph = {
+ nodes = [
+ {
+ type = builtin
+ name = eq_band_1
+ label = bq_peaking
+ control = { "Freq" = 40.0 "Q" = 0.5 "Gain" = -4.9 }
+ }
+ {
+ type = builtin
+ name = eq_band_2
+ label = bq_lowshelf
+ control = { "Freq" = 105.0 "Q" = 0.71 "Gain" = 6.19 }
+ }
+ {
+ type = builtin
+ name = eq_band_3
+ label = bq_peaking
+ control = { "Freq" = 150.0 "Q" = 0.8 "Gain" = -4.0 }
+ }
+ {
+ type = builtin
+ name = eq_band_4
+ label = bq_peaking
+ control = { "Freq" = 335.0 "Q" = 1.3 "Gain" = 5.7 }
+ }
+ {
+ type = builtin
+ name = eq_band_5
+ label = bq_peaking
+ control = { "Freq" = 1550 "Q" = 1.2 "Gain" = 2.71 }
+ }
+ {
+ type = builtin
+ name = eq_band_6
+ label = bq_peaking
+ control = { "Freq" = 2600.0 "Q" = 1.6 "Gain" = -1.1 }
+ }
+ {
+ type = builtin
+ name = eq_band_7
+ label = bq_peaking
+ control = { "Freq" = 4350.0 "Q" = 4.0 "Gain" = -5.0 }
+ }
+ {
+ type = builtin
+ name = eq_band_8
+ label = bq_peaking
+ control = { "Freq" = 5300.0 "Q" = 1.0 "Gain" = 6.7 }
+ }
+ {
+ type = builtin
+ name = eq_band_9
+ label = bq_peaking
+ control = { "Freq" = 5700.0 "Q" = 4.0 "Gain" = -3.5 }
+ }
+ {
+ type = builtin
+ name = eq_band_10
+ label = bq_highshelf
+ control = { "Freq" = 10000.0 "Q" = 0.71 "Gain" = 0.1 }
+ }
+ ]
+ links = [
+ { output = "eq_band_1:Out" input = "eq_band_2:In" }
+ { output = "eq_band_2:Out" input = "eq_band_3:In" }
+ { output = "eq_band_3:Out" input = "eq_band_4:In" }
+ { output = "eq_band_4:Out" input = "eq_band_5:In" }
+ { output = "eq_band_5:Out" input = "eq_band_6:In" }
+ { output = "eq_band_6:Out" input = "eq_band_7:In" }
+ { output = "eq_band_7:Out" input = "eq_band_8:In" }
+ { output = "eq_band_8:Out" input = "eq_band_9:In" }
+ { output = "eq_band_9:Out" input = "eq_band_10:In" }
+ ]
+ }
+ audio.channels = 2
+ audio.position = [ FL FR ]
+ capture.props = {
+ node.name = "effect_input.atm50x"
+ media.class = Audio/Sink
+ }
+ playback.props = {
+ node.name = "effect_output.atm50x"
+ node.passive = true
+ }
+ }
+ }
+]
diff --git a/swayidle/config b/swayidle/config
index fb741b3..00fb5a7 100644
--- a/swayidle/config
+++ b/swayidle/config
@@ -1,3 +1,3 @@
-timeout 600 waylockd
-before-sleep waylockd
-lock waylockd
+timeout 600 swaylockd
+before-sleep swaylockd
+lock swaylockd
diff --git a/swaylock/config b/swaylock/config
new file mode 100644
index 0000000..55ca360
--- /dev/null
+++ b/swaylock/config
@@ -0,0 +1,2 @@
+ignore-empty-password
+color=000000
diff --git a/waybar/config b/waybar/config
index d762544..8953193 100644
--- a/waybar/config
+++ b/waybar/config
@@ -72,7 +72,7 @@
},
"temperature#cpu": {
// "thermal-zone": 2,
- "hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input",
+ "hwmon-path": "/sys/class/hwmon/hwmon4/temp1_input",
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C",
diff --git a/waylock/config b/waylock/config
deleted file mode 100644
index d25aa13..0000000
--- a/waylock/config
+++ /dev/null
@@ -1 +0,0 @@
--init-color 0x000000 -input-color 0x39C1ED -fail-color 0xCC342B
diff --git a/zsh/.zshenv b/zsh/.zshenv
index 228d6f8..bd3a94c 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -72,6 +72,11 @@ export IMAGE="sxiv"
export OPENER="xdg-open"
export PAGER="less"
+# Modern SDK
+export N64_LIBGCCDIR="/opt/crashsdk/lib/gcc/mips64-elf/12.2.0"
+export ROOT=/etc/n64
+export BLENDER_3_0="/usr/bin/blender"
+
# DIRS
export SRCDIR="$HOME/.local/src"
@@ -86,12 +91,14 @@ export PATH="$PATH:$HOME/.local/bin/scripts"
export PATH="$PATH:$HOME/.local/bin/sp"
export PATH="$PATH:$HOME/.local/bin/blocks"
export PATH="$PATH:$HOME/.local/bin/ignore"
+export PATH="$PATH:$HOME/.local/volsv"
export PATH="$PATH:$HOME/.local/bin"
export PATH="$PATH:$HOME/.local/bin/flatpak-sc"
export PATH="$PATH:$HOME/.local/share/flatpak/exports/bin/"
export PATH="$PATH:$CARGO_HOME/bin"
export PATH="$PATH:$GOPATH/bin"
export PATH="$PATH:/opt/REAPER"
+export PATH="$PATH:/opt/crashsdk/bin"
export PATH="$PATH:/usr/local/bin"
export PATH="$PATH:/usr/local/sbin"
export PATH="$PATH:/opt/safing/portmaster"
diff --git a/zsh/.zshrc b/zsh/.zshrc
index d397cf3..d11c091 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -96,4 +96,4 @@ bindkey -- '^[[B' down-line-or-beg
[[ -n "${key[Delete]}" ]] && bindkey -- "${key[Delete]}" delete-char
#eval "$(starship init zsh)"
-eval "$(portmaster-start --data=/opt/safing/portmaster completion zsh)"
+type portmaster-start 2>&1 >/dev/null && eval "$(portmaster-start --data=/opt/safing/portmaster completion zsh)"