diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-05-24 07:08:53 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-05-24 07:08:53 -0500 |
| commit | 1be4f161e38b721086c5aaab48d007e63fbec571 (patch) | |
| tree | 9775093077b1ac5ab8de305f18d8b2ff6983719c /env | |
| parent | 91985fa3bbbba1546117354737ffc745d6ae3c97 (diff) | |
removed auto env. kinda dangerous. configs.
Diffstat (limited to 'env')
| -rwxr-xr-x | env/.config/.profile | 2 | ||||
| -rw-r--r-- | env/.config/hypr/hyprland.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/env/.config/.profile b/env/.config/.profile index caf7e21..08b5fbb 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -23,6 +23,7 @@ fi #fi # . torsocks on +export DEV_ENV=~ export PROMPT_EOL_MARK="" export EDITOR="nvim" # idk which one works @@ -73,6 +74,7 @@ alias ygg="fukn bash -c 'mkdir /var/run/yggdrasil; yggdrasil -useconf < /etc/ygg alias alvr="WINIT_X11_SCALE_FACTOR=\"1\" /home/iceyrazor/stuff/manual-programs/dontsync/alvr_streamer_linux/bin/alvr_dashboard & disown" alias obss="obs && obs --enable-media-stream & disown" alias get_channel_id="xargs curl -s | grep -Eo 'channel_id=.{0,50}' | sed 's/\".*//g' | fzf | xargs printf \"https://www.youtube.com/feeds/videos.xml?%s\" | xclip -selection clipboard" +alias dev-run="~/stuff/scripts/iceys-linux-stuffs/run.sh" alias killa="~/stuff/killall.sh" alias bbackup="~/stuff/scripts/system/backup/backup.sh" diff --git a/env/.config/hypr/hyprland.conf b/env/.config/hypr/hyprland.conf index 55ce213..c3ada30 100644 --- a/env/.config/hypr/hyprland.conf +++ b/env/.config/hypr/hyprland.conf @@ -22,7 +22,7 @@ windowrule = float,title:^(flameshot) windowrule = move 0 0,title:^(flameshot) windowrule = suppressevent fullscreen,title:^(flameshot) -exec-once = $HOME/.config/dwm/autostart.sh +exec-once = $HOME/.local/bin/system/start_scripts/autostart.sh exec-once = waybar exec-once = /usr/lib/xdg-desktop-portal & exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP |
