mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(rofi): As launcher
This commit is contained in:
parent
4270bc9e5d
commit
4ce449ef37
4 changed files with 249 additions and 2 deletions
13
Justfile
13
Justfile
|
|
@ -209,13 +209,22 @@ swaylock:
|
|||
[linux]
|
||||
dunst:
|
||||
mkdir -p {{XDG_CONFIG_HOME}}/dunst
|
||||
{{LN}} {{DOTFILES}}/platforms/linux/dunst {{XDG_CONFIG_HOME}}/dunst/dunstrc
|
||||
{{LN}} {{DOTFILES}}/platforms/linux/dunstrc {{XDG_CONFIG_HOME}}/dunst/dunstrc
|
||||
|
||||
[linux]
|
||||
hypr:
|
||||
{{LN}} {{DOTFILES}}/platforms/linux/hypr {{XDG_CONFIG_HOME}}/hypr
|
||||
|
||||
[linux]
|
||||
rofi:
|
||||
{{LN}} {{DOTFILES}}/platforms/linux/rofi {{XDG_CONFIG_HOME}}/rofi
|
||||
|
||||
[linux]
|
||||
hyprland:
|
||||
{{LN}} {{DOTFILES}}/platforms/linux/hypr {{XDG_CONFIG_HOME}}/hypr
|
||||
@just hypr
|
||||
@just dunst
|
||||
@just swaylock
|
||||
@just rofi
|
||||
|
||||
[private]
|
||||
pull:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue