diff --git a/modules/home/desktop.nix b/modules/home/desktop.nix index 93658cc..8240230 100644 --- a/modules/home/desktop.nix +++ b/modules/home/desktop.nix @@ -20,7 +20,7 @@ home = { packages = with pkgs; [ playerctl brightnessctl - networkmanagerapplet + networkmanagerapplet tailscale-systray qt6Packages.qt6ct kdePackages.qtstyleplugin-kvantum nwg-displays lxqt.pcmanfm-qt diff --git a/modules/home/rice/hyprland.nix b/modules/home/rice/hyprland.nix index 3e5ccd5..f5eaed9 100644 --- a/modules/home/rice/hyprland.nix +++ b/modules/home/rice/hyprland.nix @@ -141,10 +141,10 @@ "no_anim on, match:namespace selection" # hyprshot overlay "animation fade, match:namespace swww-daemon" "animation fade, match:namespace logout_dialog" - "above_lock false, match:namespace waybar" - "above_lock true, match:namespace notifications" - "above_lock true, match:namespace selection" - "above_lock true, match:namespace logout_dialog" + "above_lock 1, match:namespace waybar" + "above_lock 2, match:namespace notifications" + "above_lock 2, match:namespace selection" + "above_lock 2, match:namespace logout_dialog" ]; windowrule = [ diff --git a/modules/home/rice/keybinds.nix b/modules/home/rice/keybinds.nix index b67f22a..c6d48f7 100644 --- a/modules/home/rice/keybinds.nix +++ b/modules/home/rice/keybinds.nix @@ -64,7 +64,6 @@ bindl = [ ", switch:on:Lid Switch, exec, systemctl suspend" - ", PRINT, exec, hyprshot -m region -o ~/Pictures/Screenshots" "SUPER, SPACE, exec, playerctl play-pause" "SUPER, M, exec, wlogout" "SUPER, TAB, exec, pkill -SIGUSR1 waybar" @@ -80,10 +79,10 @@ ]; bind = [ + ",XF86Favorites, togglespecialworkspace, x" + ",XF86Bluetooth, exec, [float; size 75%] uwsm app -- blueman-manager" + ",XF86Keyboard, exec, hyprctl dispatch submap reset" # ",XF86Tools, exec, " - # ",XF86Bluetooth, exec, " - # ",XF86Keyboard, exec, " - # ",XF86Favorites, exec, " ",XF86Display, exec, [float; size 75%] uwsm app -- nwg-displays" "CTRL ALT, DELETE, exec, wlogout" @@ -101,6 +100,7 @@ "SUPER SHIFT, S, exec, hyprshot -m region -o ~/Pictures/Screenshots" "ALT, PRINT, exec, hyprshot -m output -o ~/Pictures/Screenshots" + ", PRINT, exec, hyprshot -m region -o ~/Pictures/Screenshots" "SUPER, R, exec, rofi -show drun -show-icons -display-drun '' -run-command \"uwsm app -- {cmd}\"" "SUPER, V, exec, rofi -modi clipboard:cliphist-rofi-img -show clipboard -show-icons"