✏️ fix startup hypland commands
This commit is contained in:
parent
888573446c
commit
2d0f7d1914
|
@ -9,6 +9,7 @@
|
|||
services.mpris-proxy.enable = true; # media keys
|
||||
|
||||
home.packages = with pkgs; [
|
||||
swaybg # wayland background
|
||||
socat # socket cat
|
||||
jq # json utils
|
||||
baobab # disk utils
|
||||
|
|
|
@ -5,7 +5,7 @@ monitor=eDP-2,1920x1080@120,0x0,1
|
|||
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = GTK_THEME=adwaita waybar & mako & element-desktop & thunderbird & webcord & swayidle -w timeout 100 'swaylock -f --grace 3' timeout 130 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' timeout 300 'systemctl suspend' before-sleep 'swaylock -f'
|
||||
exec-once = eww open bar & swaybg -i ~/Pictures/wallpapers/kai-oberhauser-unsplash.jpg & mako & element-desktop & thunderbird & webcord & swayidle -w timeout 100 'swaylock -f --grace 3' timeout 130 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' timeout 300 'systemctl suspend' before-sleep 'swaylock -f'
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
|
Loading…
Reference in a new issue