aboutsummaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-12-12 22:57:51 -0600
committericeyrazor <iceyrazor@mailfence.com>2025-12-12 22:57:51 -0600
commit5c4872f306338944e0bbaa60db7157c5c828028d (patch)
treeb6cf98a881f33c19d0b07c237894f193243924f6 /env
parent4cd0854592f4743a9d02ec2b1a1bdfd7fe03feb5 (diff)
Squashed commit of the following:
- auto game restart after killing game thread - detect_leaks 0 for dap - excludes to backup - fixed typo "suff" - another one - added new mime - added serv sync script - unset qt theme for mumble - switched to printf on kaomoji-picker - moved stuff from wayland to hyprland - keybind to kill GameThread
Diffstat (limited to 'env')
-rw-r--r--env/.config/i3/config3
-rw-r--r--env/.config/nvim/after/plugin/dap.lua3
-rwxr-xr-xenv/.local/bin/scripts/backup/backup-to-serv.sh2
-rwxr-xr-xenv/.local/bin/scripts/backup/bbackup2
-rwxr-xr-xenv/.local/bin/scripts/backup/pull-froml2
-rwxr-xr-xenv/.local/bin/system/kaomoji-picker.sh4
-rwxr-xr-xenv/.local/bin/system/start-scripts/autostart.sh2
7 files changed, 13 insertions, 5 deletions
diff --git a/env/.config/i3/config b/env/.config/i3/config
index 0946096..1e73d77 100644
--- a/env/.config/i3/config
+++ b/env/.config/i3/config
@@ -100,6 +100,9 @@ bindsym $mod+d exec --no-startup-id "rofi -x11 -show drun"
bindsym $mod+SHIFT+D exec $HOME/.local/bin/system/rofi-search-web.sh
bindsym $mod+Control+period exec $HOME/.local/bin/system/kaomoji-picker.sh
+# kill gamethread
+bindsym $mod+Shift+i exec "pkill GameThread && sleep 1 && steam run steam://rungameid/2073850"
+
#toggle border
bindsym $mod+Shift+b border toggle
diff --git a/env/.config/nvim/after/plugin/dap.lua b/env/.config/nvim/after/plugin/dap.lua
index 988e3cd..a5f9c4b 100644
--- a/env/.config/nvim/after/plugin/dap.lua
+++ b/env/.config/nvim/after/plugin/dap.lua
@@ -59,6 +59,9 @@ if ok then
end,
cwd = '${workspaceFolder}',
stopOnEntry = false,
+ env = {
+ ASAN_OPTIONS = "detect_leaks=0"
+ },
},
}
diff --git a/env/.local/bin/scripts/backup/backup-to-serv.sh b/env/.local/bin/scripts/backup/backup-to-serv.sh
new file mode 100755
index 0000000..ec81cc7
--- /dev/null
+++ b/env/.local/bin/scripts/backup/backup-to-serv.sh
@@ -0,0 +1,2 @@
+cd /home/iceyrazor/stuff/scripts/LINUX-SERVER1/home/iceyfoxservers/
+rsync -RUurv servers/ serv:~
diff --git a/env/.local/bin/scripts/backup/bbackup b/env/.local/bin/scripts/backup/bbackup
index b59c8ba..7e60525 100755
--- a/env/.local/bin/scripts/backup/bbackup
+++ b/env/.local/bin/scripts/backup/bbackup
@@ -18,7 +18,7 @@ fsyncb () {
syncfile="stuff .surf/styles .config/eDEX-UI/ .gnupg .ssh .local/bin/lf-gadgets .config/FreeTube .config/wlxoverlay .config/newsboat .config/zsh .config/vesktop/themes .keepass .config/Pinta .config/cava .config/gajim/theme .local/share/applications/custom .local/share/osu .librewolf"
target="/home/iceyrazor/mnt-backups/LINUX FILES/home/iceyrazor"
-exclude="--exclude node_modules --exclude node_modules_23 --exclude **/target --exclude LinVAM/pyenv"
+exclude="--exclude node_modules --exclude node_modules_23 --exclude **/target --exclude LinVAM/pyenv --exclude stuff/custom-linux/LFN --exclude stuff/custom-linux/LFN-borked-lol --exclude stuff/.private-parent/.private/minecraft"
fsynca
diff --git a/env/.local/bin/scripts/backup/pull-froml b/env/.local/bin/scripts/backup/pull-froml
index 421fc30..5aa3fc9 100755
--- a/env/.local/bin/scripts/backup/pull-froml
+++ b/env/.local/bin/scripts/backup/pull-froml
@@ -22,7 +22,7 @@ syncfile="laptop:stuff/scripts/node/Nwjs/nms-data/"
#sync game stuff
target="/home/iceyrazor/"
-exclude="--exclude suff/.private --exclude stream.sh --exclude node_modules --exclude **/target"
+exclude="--exclude stuff/.private --exclude stream.sh --exclude node_modules --exclude **/target"
fsynca
diff --git a/env/.local/bin/system/kaomoji-picker.sh b/env/.local/bin/system/kaomoji-picker.sh
index 51c9dc5..6def151 100755
--- a/env/.local/bin/system/kaomoji-picker.sh
+++ b/env/.local/bin/system/kaomoji-picker.sh
@@ -13,7 +13,7 @@ emojlist=$(jq -r --arg sel "$choice" '..| select(.name==$sel)? | .emoticons | .[
emoj=$(echo "$emojlist" | sed /^$/d | rofi -dmenu "$prompt_message")
if [ "$WAYLAND_DISPLAY" ]; then
- echo "$emoj" | wl-copy
+ printf -- "$emoj" | wl-copy
else
- echo "$emoj" | xclip -sel clip
+ printf -- "$emoj" | xclip -sel clip
fi
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh
index 4053bce..c00b41f 100755
--- a/env/.local/bin/system/start-scripts/autostart.sh
+++ b/env/.local/bin/system/start-scripts/autostart.sh
@@ -63,7 +63,7 @@ if [ "$(cat /etc/hostname)" == "Kasino" ]; then
fi
if [ -z "$(pgrep mumble)" ]; then
- mumble & disown
+ QT_QPA_PLATFORMTHEME="" mumble & disown
fi
if [ -z "$(pgrep mpd)" ]; then