File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 49
49
50
50
exec-once = hyprprofile Default
51
51
52
- exec-once = emacs --daemon
53
52
exec-once = ydotoold
54
53
#exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent
55
54
exec-once = nm-applet
550
549
if pgrep -x nixos-rebuild > /dev/null || pgrep -x home-manager > /dev/null || pgrep -x kdenlive > /dev/null || pgrep -x FL64.exe > /dev/null || pgrep -x blender > /dev/null || pgrep -x flatpak > /dev/null;
551
550
then echo "Shouldn't suspend"; sleep 10; else echo "Should suspend"; systemctl suspend; fi
552
551
'' )
553
- ( pkgs . makeDesktopItem {
554
- name = "emacsclientnewframe" ;
555
- desktopName = "Emacs Client New Frame" ;
556
- exec = "emacsclient -c -a emacs" ;
557
- terminal = false ;
558
- icon = "emacs" ;
559
- type = "Application" ;
560
- } ) ] )
552
+ ] )
561
553
++
562
554
( with pkgs-hyprland ; [ ] )
563
555
++ ( with pkgs-nwg-dock-hyprland ; [
608
600
home . file . ".config/nwg-dock-pinned" . text = ''
609
601
nwggrid
610
602
Alacritty
611
- emacsclientnewframe
603
+ neovide
612
604
qutebrowser
613
605
brave-browser
614
606
writer
You can’t perform that action at this time.
0 commit comments