aboutsummaryrefslogtreecommitdiff
path: root/env/.config/.profile
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-02-11 01:21:02 -0600
committericeyrazor <iceyrazor@mailfence.com>2026-02-11 01:21:02 -0600
commit803e70e7fc5f54554f9235b3553ca9f243ac4534 (patch)
tree00a4e2d0a08422fd943eced8244659d163e42f8a /env/.config/.profile
parent0300e55167f1df80b6dddf946bb16a2c063b6d67 (diff)
Squashed commit of the following:
- removed setkey-x11-i3.sh - added x11 keyswap to profile - c dap change - removed p10k - switched to servg - pipewire workaround - added domain to other newsboat command - added domain to newsboat - added new drive mount command - switched from notes.md to notes.adoc - fixed workspace monitor binding for i3
Diffstat (limited to 'env/.config/.profile')
-rwxr-xr-xenv/.config/.profile13
1 files changed, 7 insertions, 6 deletions
diff --git a/env/.config/.profile b/env/.config/.profile
index f1e5989..985c21b 100755
--- a/env/.config/.profile
+++ b/env/.config/.profile
@@ -54,7 +54,7 @@ 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'
alias numen="echo key x | fukn dotool && NUMEN_DMENU=rofi NUMEN_DMENU_OPTS='-show drun' LD_LIBRARY_PATH=/usr/lib/ numen & disown"
alias ascii="~/stuff/scripts/c/SDL/ascii/ascii"
-alias newsboat="NO_PROXY=\".com,.org,.xyz,.chat,.social,.net,.co\" newsboat"
+alias newsboat="NO_PROXY=\".com,.org,.xyz,.chat,.social,.net,.co,.love\" newsboat"
alias watchlss="fukn watch \"du -ah -d 1 | sort -hr\""
alias dev="~/stuff/scripts/dotfiles/run.sh"
@@ -62,7 +62,7 @@ alias dev="~/stuff/scripts/dotfiles/run.sh"
alias lfk=~/.local/bin/lf-gadgets/lf-kitty/lf-kitty
alias ovim=/usr/bin/vim
alias vim=nvim
-alias notes="cd ~/stuff/notes && vim notes.md && cd ~"
+alias notes="cd ~/stuff/notes && vim notes.adoc && cd ~"
alias ts="tmux-sessionizer.sh"
alias fman="bash -c 'compgen -c' | fzf | xargs man"
@@ -78,10 +78,9 @@ 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"
+# keyswap
+alias swap="xmodmap -e \"clear lock\" && xmodmap -e \"keycode 9 = Caps_Lock NoSymbol Caps_Lock\" && xmodmap -e \"keycode 66 = Escape NoSymbol Escape\""
+alias nswap="xmodmap -e \"clear lock\" && xmodmap -e \"keycode 66 = Caps_Lock NoSymbol Caps_Lock\" && xmodmap -e \"keycode 9 = Escape NoSymbol Escape\""
if [ "$XDG_CURRENT_DESKTOP" = "sway:wlroots" ]; then
alias swap="swaymsg 'input \"type:keyboard\" xkb_options \"caps:swapescape\"'"
alias nswap="swaymsg 'input \"type:keyboard\" xkb_options \"\"'"
@@ -94,6 +93,8 @@ alias mswin="fukn mount -o umask=0,uid=nobody,gid=nobody /dev/sdb3 ~/windir"
alias umswin="fukn umount ~/windir"
alias msbak="doas cryptsetup open /dev/sda1 backups && doas mount /dev/mapper/backups ~/mnt-backups" # && fukn bindfs -u iceyrazor /mnt-backups ~/mnt-backups"
alias umsbak="doas umount ~/mnt-backups && doas cryptsetup close backups" # " fukn umount /mnt-backups && fukn cryptsetup close backups"
+alias mssec="doas cryptsetup open /dev/sdb1 secdrive && doas mount /dev/mapper/secdrive ~/mnt-sec"
+alias umssec="doas umount ~/mnt-sec && doas cryptsetup close secdrive"
alias msfd="fukn mount /dev/sdc1 u2"
alias msf="fukn cryptsetup open /dev/sdc2 flashdrive && fukn mount /dev/mapper/flashdrive ~/u"
alias umsf="fukn umount ~/u && fukn cryptsetup close flashdrive"