Compare commits
No commits in common. "21996a4dcc874e046ab63f2c0fcaf8ed58f2074d" and "37ca5d8bb4585426ebd45b7361d79596ff7acd9f" have entirely different histories.
21996a4dcc
...
37ca5d8bb4
4 changed files with 6 additions and 3 deletions
2
.scripts/obs
Executable file
2
.scripts/obs
Executable file
|
@ -0,0 +1,2 @@
|
|||
#! /bin/sh
|
||||
QT_QPA_PLATFORM=xcb obs
|
|
@ -5,4 +5,5 @@ For `termcolor` script your Alacritty config doesn't contain any color-related l
|
|||
```
|
||||
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
|
||||
|
||||
# Don't touch this lines
|
||||
wallust run $(cat ~/.cache/curwal) -qs
|
||||
wallust $(cat ~/.cache/curwal) -qs
|
||||
# rm ~/.cache/curwal
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -48,7 +48,7 @@ alias ac='micro $HOME/.config/alacritty/alacritty.toml'
|
|||
|
||||
alias vitetris='tetris'
|
||||
|
||||
alias ls='eza -lah --icons --group-directories-first'
|
||||
alias ls='eza -laFh --icons --group-directories-first'
|
||||
alias clear='clear && fastfetch'
|
||||
alias xx='chmod +x'
|
||||
alias pip='pipx'
|
||||
|
|
Loading…
Reference in a new issue