diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 5c29d5f7..a5ca5566 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -21,9 +21,6 @@ in '' env = GRIM_DEFAULT_DIR=${config.xdg.userDirs.pictures}/Grim exec-once = hyprctl setcursor ${cursorName} ${cursorSize} - exec-once = dbus-update-activation-environment --systemd --all - exec-once = systemctl --user import-environment WAYLAND_DISPLAY QT_QPA_PLATFORMTHEME - exec-once = systemctl --user restart xdg-desktop-portal.service xdg-desktop-portal-hyprland.service avizo.service gestures:workspace_swipe = true @@ -224,9 +221,11 @@ in '' bindm = SUPER, mouse:272, movewindow bindm = SUPER, mouse:273, resizewindow - exec-once = emacs --fg-daemon + exec-once = dbus-update-activation-environment --systemd --all + exec-once = systemctl --user import-environment WAYLAND_DISPLAY QT_QPA_PLATFORMTHEME + + exec-once = git -C $HOME/.emacs pull --ff-only; emacs --fg-daemon exec-once = swaync exec-once = ${pkgs.hyprpaper}/bin/hyprpaper exec-once = ${pkgs.dex}/bin/dex --autostart - exec-once = [workspace name:btm silent] ''