diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-09-20 19:04:15 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-09-20 19:04:15 -0500 |
| commit | 62ba4da27df06a91fa75ef08cfa69fba4c82a72e (patch) | |
| tree | d363f3e7b89d40ab0acf971c45a0383505a9c2b4 /env/.config/.profile | |
| parent | b38cd5c3767dc4f6d288f21f740ced82763431e4 (diff) | |
Squashed commit of the following:
- newsboat proxy skip (proxy setup in config)
- dev alias fix
- i3 changes
- added more sway binds
- sway and i3. default no window bar
- sway changes
- play pause media key bind for sway
- removed window spawn on workspace.
- changed default wall
- mumble to autostart
Diffstat (limited to 'env/.config/.profile')
| -rwxr-xr-x | env/.config/.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/env/.config/.profile b/env/.config/.profile index ae08e42..b1a8520 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -51,9 +51,10 @@ 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 watchlss="fukn watch \"du -ah -d 1 | sort -hr\"" -alias dev="~/stuff/scripts/iceys-linux-stuffs/run.sh" +alias dev="~/stuff/scripts/dotfiles/run.sh" # alias lfub=~/.local/bin/lf-gadgets/lf-ueberzug/lf-ueberzug alias lfk=~/.local/bin/lf-gadgets/lf-kitty/lf-kitty alias ovim=/usr/bin/vim |
