hyprland update tweaks

This commit is contained in:
Satria 2026-02-08 21:34:49 +07:00
commit f63e7f2de1
3 changed files with 9 additions and 9 deletions

View file

@ -20,7 +20,7 @@
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
playerctl brightnessctl playerctl brightnessctl
networkmanagerapplet networkmanagerapplet tailscale-systray
qt6Packages.qt6ct kdePackages.qtstyleplugin-kvantum qt6Packages.qt6ct kdePackages.qtstyleplugin-kvantum
nwg-displays nwg-displays
lxqt.pcmanfm-qt lxqt.pcmanfm-qt

View file

@ -141,10 +141,10 @@
"no_anim on, match:namespace selection" # hyprshot overlay "no_anim on, match:namespace selection" # hyprshot overlay
"animation fade, match:namespace swww-daemon" "animation fade, match:namespace swww-daemon"
"animation fade, match:namespace logout_dialog" "animation fade, match:namespace logout_dialog"
"above_lock false, match:namespace waybar" "above_lock 1, match:namespace waybar"
"above_lock true, match:namespace notifications" "above_lock 2, match:namespace notifications"
"above_lock true, match:namespace selection" "above_lock 2, match:namespace selection"
"above_lock true, match:namespace logout_dialog" "above_lock 2, match:namespace logout_dialog"
]; ];
windowrule = [ windowrule = [

View file

@ -64,7 +64,6 @@
bindl = [ bindl = [
", switch:on:Lid Switch, exec, systemctl suspend" ", switch:on:Lid Switch, exec, systemctl suspend"
", PRINT, exec, hyprshot -m region -o ~/Pictures/Screenshots"
"SUPER, SPACE, exec, playerctl play-pause" "SUPER, SPACE, exec, playerctl play-pause"
"SUPER, M, exec, wlogout" "SUPER, M, exec, wlogout"
"SUPER, TAB, exec, pkill -SIGUSR1 waybar" "SUPER, TAB, exec, pkill -SIGUSR1 waybar"
@ -80,10 +79,10 @@
]; ];
bind = [ bind = [
",XF86Favorites, togglespecialworkspace, x"
",XF86Bluetooth, exec, [float; size 75%] uwsm app -- blueman-manager"
",XF86Keyboard, exec, hyprctl dispatch submap reset"
# ",XF86Tools, exec, " # ",XF86Tools, exec, "
# ",XF86Bluetooth, exec, "
# ",XF86Keyboard, exec, "
# ",XF86Favorites, exec, "
",XF86Display, exec, [float; size 75%] uwsm app -- nwg-displays" ",XF86Display, exec, [float; size 75%] uwsm app -- nwg-displays"
"CTRL ALT, DELETE, exec, wlogout" "CTRL ALT, DELETE, exec, wlogout"
@ -101,6 +100,7 @@
"SUPER SHIFT, S, exec, hyprshot -m region -o ~/Pictures/Screenshots" "SUPER SHIFT, S, exec, hyprshot -m region -o ~/Pictures/Screenshots"
"ALT, PRINT, exec, hyprshot -m output -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, 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" "SUPER, V, exec, rofi -modi clipboard:cliphist-rofi-img -show clipboard -show-icons"