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
This commit is contained in:
3
env/.config/i3/config
vendored
3
env/.config/i3/config
vendored
@@ -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+SHIFT+D exec $HOME/.local/bin/system/rofi-search-web.sh
|
||||||
bindsym $mod+Control+period exec $HOME/.local/bin/system/kaomoji-picker.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
|
#toggle border
|
||||||
bindsym $mod+Shift+b border toggle
|
bindsym $mod+Shift+b border toggle
|
||||||
|
|
||||||
|
|||||||
3
env/.config/nvim/after/plugin/dap.lua
vendored
3
env/.config/nvim/after/plugin/dap.lua
vendored
@@ -59,6 +59,9 @@ if ok then
|
|||||||
end,
|
end,
|
||||||
cwd = '${workspaceFolder}',
|
cwd = '${workspaceFolder}',
|
||||||
stopOnEntry = false,
|
stopOnEntry = false,
|
||||||
|
env = {
|
||||||
|
ASAN_OPTIONS = "detect_leaks=0"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
2
env/.local/bin/scripts/backup/backup-to-serv.sh
vendored
Executable file
2
env/.local/bin/scripts/backup/backup-to-serv.sh
vendored
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
cd /home/iceyrazor/stuff/scripts/LINUX-SERVER1/home/iceyfoxservers/
|
||||||
|
rsync -RUurv servers/ serv:~
|
||||||
2
env/.local/bin/scripts/backup/bbackup
vendored
2
env/.local/bin/scripts/backup/bbackup
vendored
@@ -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"
|
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"
|
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
|
fsynca
|
||||||
|
|
||||||
|
|||||||
2
env/.local/bin/scripts/backup/pull-froml
vendored
2
env/.local/bin/scripts/backup/pull-froml
vendored
@@ -22,7 +22,7 @@ syncfile="laptop:stuff/scripts/node/Nwjs/nms-data/"
|
|||||||
|
|
||||||
#sync game stuff
|
#sync game stuff
|
||||||
target="/home/iceyrazor/"
|
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
|
fsynca
|
||||||
|
|||||||
4
env/.local/bin/system/kaomoji-picker.sh
vendored
4
env/.local/bin/system/kaomoji-picker.sh
vendored
@@ -13,7 +13,7 @@ emojlist=$(jq -r --arg sel "$choice" '..| select(.name==$sel)? | .emoticons | .[
|
|||||||
emoj=$(echo "$emojlist" | sed /^$/d | rofi -dmenu "$prompt_message")
|
emoj=$(echo "$emojlist" | sed /^$/d | rofi -dmenu "$prompt_message")
|
||||||
|
|
||||||
if [ "$WAYLAND_DISPLAY" ]; then
|
if [ "$WAYLAND_DISPLAY" ]; then
|
||||||
echo "$emoj" | wl-copy
|
printf -- "$emoj" | wl-copy
|
||||||
else
|
else
|
||||||
echo "$emoj" | xclip -sel clip
|
printf -- "$emoj" | xclip -sel clip
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ if [ "$(cat /etc/hostname)" == "Kasino" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$(pgrep mumble)" ]; then
|
if [ -z "$(pgrep mumble)" ]; then
|
||||||
mumble & disown
|
QT_QPA_PLATFORMTHEME="" mumble & disown
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$(pgrep mpd)" ]; then
|
if [ -z "$(pgrep mpd)" ]; then
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
$sudo pacman -S --noconfirm hyprland xdg-desktop-portal-hyprland
|
$sudo pacman -S --noconfirm hyprland xdg-desktop-portal-hyprland wlogout hyprlock
|
||||||
. wayland.sh
|
. wayland.sh
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
$sudo pacman -S --noconfirm wayland waybar wlogout hyprlock xdg-desktop-portal xdg-desktop-portal-gtk qt6-wayland qt5-wayland xorg-xwayland
|
$sudo pacman -S --noconfirm wayland waybar xdg-desktop-portal xdg-desktop-portal-gtk qt6-wayland qt5-wayland xorg-xwayland
|
||||||
$aurm -S --noconfirm dunst-git sddm-theme-tokyo-night-git
|
$aurm -S --noconfirm dunst-git sddm-theme-tokyo-night-git
|
||||||
|
|||||||
@@ -10,4 +10,6 @@ xdg-mime default pinta.desktop image/webp
|
|||||||
xdg-mime default pinta.desktop image/gif
|
xdg-mime default pinta.desktop image/gif
|
||||||
xdg-mime default mpv.desktop video/webm
|
xdg-mime default mpv.desktop video/webm
|
||||||
xdg-mime default mpv.desktop video/mp4
|
xdg-mime default mpv.desktop video/mp4
|
||||||
|
xdg-mime default mpv.desktop video/quicktime
|
||||||
|
xdg-mime default mpv.desktop video/x-matroska
|
||||||
echo --------
|
echo --------
|
||||||
|
|||||||
Reference in New Issue
Block a user