summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--easyeffectsrc2
-rw-r--r--firejail/brave.profile2
-rw-r--r--firejail/qutebrowser.profile2
-rw-r--r--lf/lfrc1
-rwxr-xr-xnsxiv/exec/key-handler16
-rw-r--r--pypr/config.toml78
-rw-r--r--sh/functions2
-rw-r--r--wireplumber/wireplumber.conf.d/51-id4.conf17
-rw-r--r--wireplumber/wireplumber.conf.d/51-volt4.conf17
-rw-r--r--wireplumber/wireplumber.conf.d/alsa-vm.conf17
10 files changed, 3 insertions, 151 deletions
diff --git a/easyeffectsrc b/easyeffectsrc
deleted file mode 100644
index a4cbf66..0000000
--- a/easyeffectsrc
+++ /dev/null
@@ -1,2 +0,0 @@
-[UiSettings]
-ColorScheme=BreezeDark
diff --git a/firejail/brave.profile b/firejail/brave.profile
deleted file mode 100644
index 735c05b..0000000
--- a/firejail/brave.profile
+++ /dev/null
@@ -1,2 +0,0 @@
-whitelist ~/.local/share/brave_profiles
-include /etc/firejail/brave.profile
diff --git a/firejail/qutebrowser.profile b/firejail/qutebrowser.profile
deleted file mode 100644
index 608aff7..0000000
--- a/firejail/qutebrowser.profile
+++ /dev/null
@@ -1,2 +0,0 @@
-whitelist ~/.local/share/qutebrowser-profiles
-include /etc/firejail/qutebrowser.profile
diff --git a/lf/lfrc b/lf/lfrc
index 7c04692..67dc5f8 100644
--- a/lf/lfrc
+++ b/lf/lfrc
@@ -389,6 +389,7 @@ map grs cd "/etc/runit/sv"
map gsc cd "~/.local/bin/scripts"
map gsh cd "~/.config/sh"
map gsl cd "~/.local/src/slock"
+map gsr cd "~/Shared"
map gss cd "/etc/s6/sv"
map gst cd "~/.local/src/st"
map gsx cd "~/.config/sxhkd"
diff --git a/nsxiv/exec/key-handler b/nsxiv/exec/key-handler
deleted file mode 100755
index 53099e4..0000000
--- a/nsxiv/exec/key-handler
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-while read file; do
- case "$1" in
- "w")
- case "$file" in
- *.png)
- cp "$file" ~/Pictures/background.png
- ;;
- *)
- magick "$file" ~/Pictures/background.png
- ;;
- esac
- t -r hyprpaper
- ;;
- esac
-done
diff --git a/pypr/config.toml b/pypr/config.toml
deleted file mode 100644
index 3110ba5..0000000
--- a/pypr/config.toml
+++ /dev/null
@@ -1,78 +0,0 @@
-[pyprland]
-plugins = [
- "toggle_special",
- "scratchpads",
- "expose"
-]
-
-[scratchpads.sphtop]
-animation = "fromBottom"
-command = "kitty --class sphtop -e htop"
-class = "sphtop"
-size = "50% 50%"
-
-[scratchpads.spterm]
-animation = "fromBottom"
-command = "kitty --class spterm"
-class = "spterm"
-size = "50% 50%"
-
-[scratchpads.sppmxr]
-animation = "fromBottom"
-command = "kitty --class sppmxr -e pulsemixer"
-class = "sppmxr"
-size = "50% 50%"
-
-[scratchpads.spblue]
-animation = "fromBottom"
-command = "kitty --class spblue -e bluetoothctl"
-class = "spblue"
-size = "50% 50%"
-
-[scratchpads.spncmp]
-animation = "fromBottom"
-command = "kitty --class spncmp -e ncmpcpp"
-class = "spncmp"
-size = "50% 50%"
-
-[scratchpads.spmutt]
-animation = "fromBottom"
-command = "kitty --class spmutt -e neomutt"
-class = "spmutt"
-size = "50% 50%"
-
-[scratchpads.spprof]
-animation = "fromBottom"
-command = "kitty --class spprof -e profanity"
-class = "spprof"
-size = "50% 50%"
-
-[scratchpads.spirss]
-animation = "fromBottom"
-command = "kitty --class spirss -e irssi"
-class = "spirss"
-size = "50% 50%"
-
-[scratchpads.spvimw]
-animation = "fromBottom"
-command = "kitty --class spvimw -e vw"
-class = "spvimw"
-size = "50% 50%"
-
-[scratchpads.trmc]
-animation = "fromBottom"
-command = "kitty --class trmc -e tremc"
-class = "trmc"
-size = "50% 50%"
-
-[scratchpads.helvum]
-animation = "fromBottom"
-command = "helvum"
-class = "org.pipewire.Helvum"
-size = "50% 50%"
-
-[scratchpads.easyfx]
-animation = "fromBottom"
-command = "easyeffects"
-class = "com.github.wwmm.easyeffects"
-size = "50% 50%"
diff --git a/sh/functions b/sh/functions
index 33feee0..878477d 100644
--- a/sh/functions
+++ b/sh/functions
@@ -93,6 +93,7 @@ rs - /etc/runit/sv
sc - $HOME/.local/bin/scripts
sh - $XDG_CONFIG_HOME/sh
sl - $SRCDIR/slock
+sr - $HOME/Shared
ss - /etc/s6/sv
st - $SRCDIR/st
sx - $XDG_CONFIG_HOME/sxhkd
@@ -166,6 +167,7 @@ zx - $XDG_DOCUMENTS_DIR/zachir.xyz
"sc") cd "$HOME/.local/bin/scripts" ;;
"sh") cd "$XDG_CONFIG_HOME/sh" ;;
"sl") cd "$SRCDIR/slock" ;;
+"sr") cd "$HOME/Shared" ;;
"ss") cd "/etc/s6/sv" ;;
"st") cd "$SRCDIR/st" ;;
"sx") cd "$XDG_CONFIG_HOME/sxhkd" ;;
diff --git a/wireplumber/wireplumber.conf.d/51-id4.conf b/wireplumber/wireplumber.conf.d/51-id4.conf
deleted file mode 100644
index c01df40..0000000
--- a/wireplumber/wireplumber.conf.d/51-id4.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-monitor.alsa.rules = [
- {
- matches = [
- {
- device.name = "alsa_card.usb-Audient_Audient_iD4-00"
- }
- ]
- actions = {
- update-props = {
- api.alsa.use-acp = false,
- device.profile = "pro-audio",
- api.acp.auto-profile = false,
- api.acp.auto-port = false
- }
- }
- }
-]
diff --git a/wireplumber/wireplumber.conf.d/51-volt4.conf b/wireplumber/wireplumber.conf.d/51-volt4.conf
deleted file mode 100644
index 0c03252..0000000
--- a/wireplumber/wireplumber.conf.d/51-volt4.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-monitor.alsa.rules = [
- {
- matches = [
- {
- device.name = "alsa_card.usb-Universal_Audio_Volt_4_22282055004772-00"
- }
- ]
- actions = {
- update-props = {
- api.alsa.use-acp = false,
- device.profile = "pro-audio",
- api.acp.auto-profile = false,
- api.acp.auto-port = false
- }
- }
- }
-]
diff --git a/wireplumber/wireplumber.conf.d/alsa-vm.conf b/wireplumber/wireplumber.conf.d/alsa-vm.conf
deleted file mode 100644
index 22ca815..0000000
--- a/wireplumber/wireplumber.conf.d/alsa-vm.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-# ALSA node property overrides for HDMI output
-
-monitor.alsa.rules = [
- # Generic PCI cards on any VM type
- {
- matches = [
- { node.name = "~alsa_output.*" }
- ]
- actions = {
- update-props = {
- audio.format = "S16LE"
- audio.channels = 2
- audio.position = "FR,FL"
- }
- }
- }
-]