Updated config
This commit is contained in:
parent
b25dcb4d2b
commit
c9bcb7fc87
2 changed files with 9 additions and 2 deletions
|
@ -23,3 +23,10 @@ $sudo ln -s -f $HOME/.config/etc/$file /etc/
|
|||
# scx-scheds
|
||||
set file scx_loader.toml
|
||||
$sudo ln -s -f $HOME/.config/etc/$file /etc/
|
||||
|
||||
# Install packages
|
||||
if command -q apk
|
||||
$sudo apk add hyprland waybar swaybg wl-clipboard wlogout grim slurp btop easyeffects
|
||||
else
|
||||
$sudo pacman -S hyprland waybar swaybg wl-clipboard wlogout grim slurp btop easyeffects
|
||||
end
|
|
@ -4,7 +4,7 @@ $files = nautilus
|
|||
$logout = wlogout
|
||||
$lockscreen = swaylock
|
||||
$menu = fuzzel
|
||||
$screenshot = grim -g "$(slurp -d)" ~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && wl-copy < $IMG
|
||||
$screenshot = IMG=~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && grim -g "$(slurp -d)" $IMG && wl-copy < $IMG
|
||||
$shell = fish
|
||||
$statusbar = waybar
|
||||
$terminal = foot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue