diff --git a/dotfiles/hypr/config/keybinds.conf b/dotfiles/hypr/config/keybinds.conf index d17148d..b7d44bc 100644 --- a/dotfiles/hypr/config/keybinds.conf +++ b/dotfiles/hypr/config/keybinds.conf @@ -46,7 +46,7 @@ bindd = , XF86AudioPrev, Previous track, exec, playerctl previous bindel = , XF86MonBrightnessUp, exec, brightnessctl s +5% #Increases brightness 5% bindel = , XF86MonBrightnessDown, exec, brightnessctl s 5%- #Decreases brightness 5% bindd = $mainMod SHIFT, P, Runs the calculator application, exec, gnome-calculator -bindd = $mainMod, L, Lock the screen, exec, swaylock-fancy -e -K -p 10 -f Hack-Regular +bindd = $mainMod SHIFT, L, Lock the screen, exec, swaylock-fancy -e -K -p 10 -f Hack-Regular bindd = $mainMod, O, Reload/restarts Waybar, exec, killall -SIGUSR2 waybar # ======= Window Actions ======= diff --git a/hosts/work/home.nix b/hosts/work/home.nix index b35cc38..3ec7958 100644 --- a/hosts/work/home.nix +++ b/hosts/work/home.nix @@ -19,12 +19,15 @@ packages = with pkgs; [ devenv lazyjj + slack tailscale-systray tree - slack + ungoogled-chromium xfce.thunar xfce.thunar-archive-plugin xfce.thunar-volman + yt-dlp + vial ]; file.".config/nvim" = { source = ../../dotfiles/nvim;