Compare commits
2 commits
37ca5d8bb4
...
21996a4dcc
Author | SHA1 | Date | |
---|---|---|---|
|
21996a4dcc | ||
|
cabc766865 |
4 changed files with 3 additions and 6 deletions
|
@ -1,2 +0,0 @@
|
||||||
#! /bin/sh
|
|
||||||
QT_QPA_PLATFORM=xcb obs
|
|
|
@ -5,5 +5,4 @@ For `termcolor` script your Alacritty config doesn't contain any color-related l
|
||||||
```
|
```
|
||||||
import = ["/home/link/.config/alacritty/colors.toml"]
|
import = ["/home/link/.config/alacritty/colors.toml"]
|
||||||
```
|
```
|
||||||
Check my [Alacritty config](https://git.sadium.cyou/SadmL/dotfiles/src/branch/master/.config/alacritty/alacritty.toml) as an example. \
|
Check my [Alacritty config](https://git.sadium.cyou/SadmL/dotfiles/src/branch/master/.config/alacritty/alacritty.toml) as an example.
|
||||||
obs - custom docks doesn't work in Wayland (idk why), using workaround to fix this.
|
|
|
@ -8,5 +8,5 @@ cat ~/.config/plasma-org.kde.plasma.desktop-appletsrc | rg Image | sed 's:Image=
|
||||||
# cat ~/.config/plasma-org.kde.plasma.desktop-appletsrc | rg Image | sed 's:Image=::' | sed 's/file:\///g' | sed 's:/::' | tail -n +2 > ~/.cache/curwal
|
# cat ~/.config/plasma-org.kde.plasma.desktop-appletsrc | rg Image | sed 's:Image=::' | sed 's/file:\///g' | sed 's:/::' | tail -n +2 > ~/.cache/curwal
|
||||||
|
|
||||||
# Don't touch this lines
|
# Don't touch this lines
|
||||||
wallust $(cat ~/.cache/curwal) -qs
|
wallust run $(cat ~/.cache/curwal) -qs
|
||||||
# rm ~/.cache/curwal
|
# rm ~/.cache/curwal
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -48,7 +48,7 @@ alias ac='micro $HOME/.config/alacritty/alacritty.toml'
|
||||||
|
|
||||||
alias vitetris='tetris'
|
alias vitetris='tetris'
|
||||||
|
|
||||||
alias ls='eza -laFh --icons --group-directories-first'
|
alias ls='eza -lah --icons --group-directories-first'
|
||||||
alias clear='clear && fastfetch'
|
alias clear='clear && fastfetch'
|
||||||
alias xx='chmod +x'
|
alias xx='chmod +x'
|
||||||
alias pip='pipx'
|
alias pip='pipx'
|
||||||
|
|
Loading…
Reference in a new issue