diff options
Diffstat (limited to 'env')
| -rwxr-xr-x | env/.config/.profile | 3 | ||||
| -rw-r--r-- | env/.config/dunst/dunstrc | 3 | ||||
| -rwxr-xr-x | env/.local/bin/scripts/set-pri-java.sh | 2 | ||||
| -rwxr-xr-x | env/.local/bin/system/stbar/killbar.sh | 1 |
4 files changed, 5 insertions, 4 deletions
diff --git a/env/.config/.profile b/env/.config/.profile index 30a5ec1..6c62f87 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -50,6 +50,7 @@ alias ff='fastfetch -c $HOME/.config/fastfetch/10.jsonc 2> /dev/null || fastfetc alias ffchar='fastfetch -c $HOME/.config/fastfetch/ascii-char.jsonc' # alias fastfetch='fastfetch --localip-show-ipv4 0 --kitty-direct /home/iceyrazor/stuff/media/ICE/Sprite-0009.png --logo-width 40 --logo-height 20' [ "$(cat /etc/hostname)" = "Kasino" ] && alias fukn="doas $@" +[ "$(cat /etc/hostname)" = "Witchen" ] && alias fukn="doas $@" [ "$(cat /etc/hostname)" = "Kan" ] && alias fukn="doas $@" alias numen="echo key x | fukn dotool && NUMEN_DMENU=rofi NUMEN_DMENU_OPTS='-show drun' LD_LIBRARY_PATH=/usr/lib/ numen & disown" @@ -75,7 +76,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 dev="~/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/dunst/dunstrc b/env/.config/dunst/dunstrc index c7e2197..0128360 100644 --- a/env/.config/dunst/dunstrc +++ b/env/.config/dunst/dunstrc @@ -4,7 +4,8 @@ ### Display ### # Which monitor should the notifications be displayed on. - monitor = 0 + # i keep having to change this because hyprland ◔̯◔ + monitor = 1 # Display notification on focused monitor. Possible modes are: # mouse: follow mouse pointer diff --git a/env/.local/bin/scripts/set-pri-java.sh b/env/.local/bin/scripts/set-pri-java.sh index 35a9769..6371ee0 100755 --- a/env/.local/bin/scripts/set-pri-java.sh +++ b/env/.local/bin/scripts/set-pri-java.sh @@ -1 +1 @@ -sudo renice -20 -p $(sudo pidof java) +doas renice -20 -p $(doas pidof java) diff --git a/env/.local/bin/system/stbar/killbar.sh b/env/.local/bin/system/stbar/killbar.sh index 7e76af2..1450a84 100755 --- a/env/.local/bin/system/stbar/killbar.sh +++ b/env/.local/bin/system/stbar/killbar.sh @@ -6,5 +6,4 @@ pids=$(ps -AO pid | awk '/stbar.sh|newsboat-fetch.sh/ {print $1}') echo $pids $(sleep 3 && xsetroot -name "") & disown -sudo kill -KILL $pids doas kill -KILL $pids |
