Compare commits

..

2 Commits

Author SHA1 Message Date
8c30126267 hyprland: Start dunst 2024-02-23 18:06:43 +01:00
3a4c2a3175 nu: Add xo alias 2024-02-23 18:05:26 +01:00
2 changed files with 2 additions and 0 deletions

View File

@ -223,6 +223,7 @@ monitor=DP-2,3840x1600@59.99400,0x0,1.25
{% end %} {% end %}
exec-once=hyprpaper exec-once=hyprpaper
exec-once=dunst
{% if hostname == "buran" %} {% if hostname == "buran" %}
exec-once=waybar exec-once=waybar

View File

@ -822,6 +822,7 @@ alias gsta = git stash push
alias gstp = git stash pop alias gstp = git stash pop
alias bt = bluetoothctl alias bt = bluetoothctl
alias d = cd ~/.config/dotfiles/tree alias d = cd ~/.config/dotfiles/tree
alias xo = xdg-open
# random scripts # random scripts
source ~/.local/nu/readelf.nu source ~/.local/nu/readelf.nu