fix eval warnings
This commit is contained in:
parent
d15920c908
commit
a880332346
6 changed files with 10 additions and 6 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#"dunst &"
|
||||
#"hypridle &"
|
||||
#"swww-daemon &"
|
||||
#"awww-daemon &"
|
||||
"uwsm app -s s -- waybar &"
|
||||
"uwsm app -s b -- sunshine &"
|
||||
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
layerrule = [
|
||||
"no_anim on, match:namespace selection" # hyprshot overlay
|
||||
"no_anim on, match:namespace hyprpicker"
|
||||
"animation fade, match:namespace swww-daemon"
|
||||
"animation fade, match:namespace awww-daemon"
|
||||
"animation fade, match:namespace logout_dialog"
|
||||
"animation fade, match:namespace hyprshutdown"
|
||||
"above_lock 2, match:namespace notifications"
|
||||
|
|
|
|||
|
|
@ -95,10 +95,10 @@
|
|||
"SUPER, N, exec, uwsm app -- rofi-network-manager"
|
||||
|
||||
"SUPER, J, exec, notify-send -u critical ${hostname} 'Caffein Mode' && notify-send '(SUPER+X to reset)' && systemctl --user stop hypridle"
|
||||
"SUPER, K, exec, notify-send -u critical ${hostname} 'Focus Mode' && notify-send '(SUPER+X to reset)' && systemctl --user stop swww && pkill -SIGUSR1 waybar && hyprctl --batch 'keyword decoration:inactive_opacity 1.0; keyword decoration:blur:enabled 0; keyword general:gaps_in 0; keyword general:gaps_out 0; keyword general:border_size 1; keyword decoration:rounding 0; keyword decoration:shadow:enabled false'"
|
||||
"SUPER, K, exec, notify-send -u critical ${hostname} 'Focus Mode' && notify-send '(SUPER+X to reset)' && systemctl --user stop awww && pkill -SIGUSR1 waybar && hyprctl --batch 'keyword decoration:inactive_opacity 1.0; keyword decoration:blur:enabled 0; keyword general:gaps_in 0; keyword general:gaps_out 0; keyword general:border_size 1; keyword decoration:rounding 0; keyword decoration:shadow:enabled false'"
|
||||
"SUPER, B, submap, disabled-all-keybinds"
|
||||
"SUPER, H, exec, notify-send ${hostname} 'Animations Off' && hyprctl keyword animations:enabled 0"
|
||||
"SUPER, X, exec, dunstctl close-all && hyprctl reload && hyprctl dispatch submap reset && pkill -SIGUSR2 waybar && systemctl --user restart swww hypridle fusuma"
|
||||
"SUPER, X, exec, dunstctl close-all && hyprctl reload && hyprctl dispatch submap reset && pkill -SIGUSR2 waybar && systemctl --user restart awww hypridle fusuma"
|
||||
"SUPER, Z, exec, dunstctl close-all"
|
||||
|
||||
"SUPER SHIFT, S, exec, hyprshot -zm region -o ~/Pictures/Screenshots; killall -9 hyprpicker hyprshot"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
gtk = {
|
||||
enable = true;
|
||||
gtk3.extraConfig.gtk-application-prefer-dark-theme = 1;
|
||||
gtk4.theme = null;
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
package = lib.mkForce pkgs.papirus-icon-theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue