diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-01 16:19:14 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-01 16:19:14 -0500 |
| commit | 889894aa1d68358676bca48ddd540a76e067eddb (patch) | |
| tree | 5648891453117fe62b6f030b4f92585befb00e8d /env/.config/.profile | |
| parent | b95ae4c5c9ff4d693d6424cce8a0d579754c4202 (diff) | |
- fixed wrong dir targets
- added commands to toggle swapscape for hyprland
- fixed a launch in autostart
- wrong dir for keep finds
Diffstat (limited to 'env/.config/.profile')
| -rwxr-xr-x | env/.config/.profile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/env/.config/.profile b/env/.config/.profile index 4dd36b5..437a40f 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -34,8 +34,6 @@ if [ -f ~/.local/bin/system/paths.sh ]; then source ~/.local/bin/system/paths.sh fi -export heartost="/home/iceyrazor/.steam/root/steamapps/music/Heartbound - OST" - alias fukn="sudo $@" [ doas ] && alias fukn="doas $@" @@ -76,7 +74,11 @@ alias get_channel_id="xargs curl -s | grep -Eo 'channel_id=.{0,50}' | sed 's/\". alias vasm="~/stuff/manual-programs/vasm/vasm6502_oldstyle -Fbin -dotdir " alias pipes="pipes.sh -t 0 -p 3 -f 30 -r 2000" alias astro="astroterm --color --constellations --speed 10000 --fps 64 --unicode -i Arlington" + +# hyprland alias anim="hyprctl keyword animations:enabled " +alias swap="hyprctl keyword input:kb_options caps:swapescape" +alias nswap="hyprctl keyword input:kb_options null" # mounting alias umsu="fukn umount u" |
