diff --git a/dotfiles/hypr/config/autostart.conf b/dotfiles/hypr/config/autostart.conf index 611ea3a..24a5182 100644 --- a/dotfiles/hypr/config/autostart.conf +++ b/dotfiles/hypr/config/autostart.conf @@ -5,7 +5,8 @@ source = ~/.config/hypr/config/defaults.conf # Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing # - +exec-once = tailscale-systray & +exec-once = slack & exec-once = swaybg -o \* -i /usr/share/wallpapers/cachyos-wallpapers/Skyscraper.png -m fill exec-once = waybar & exec-once = fcitx5 -d & diff --git a/dotfiles/hypr/config/keybinds.conf b/dotfiles/hypr/config/keybinds.conf index ecfbe03..d17148d 100644 --- a/dotfiles/hypr/config/keybinds.conf +++ b/dotfiles/hypr/config/keybinds.conf @@ -5,6 +5,9 @@ source = ~/.config/hypr/config/defaults.conf +bindl = , switch:off:Lid Switch, exec, hyprctl keyword monitor "eDP-1, 1920x1200, 0x0, 1" +bindl = , switch:on:Lid Switch, exec, hyprctl keyword monitor "eDP-1, disable" + # https://wiki.hyprland.org/Configuring/Binds/ bindd = $mainMod, RETURN, Opens your preferred terminal emulator ($terminal), exec, $terminal bindd = $mainMod, E, Opens your preferred filemanager ($filemanager), exec, $filemanager diff --git a/hosts/work/home.nix b/hosts/work/home.nix index 648571a..b35cc38 100644 --- a/hosts/work/home.nix +++ b/hosts/work/home.nix @@ -17,7 +17,9 @@ FLAKE = "/home/xmorel/nixos/"; }; packages = with pkgs; [ + devenv lazyjj + tailscale-systray tree slack xfce.thunar @@ -94,7 +96,7 @@ lazygit.enable = true; nh.enable = true; nix-your-shell.enable = true; - password-store.enable = true; + rbw.enable = true; ripgrep.enable = true; starship.enable = true; yazi.enable = true;