|
72 | 72 | vfr = 1; |
73 | 73 | }; |
74 | 74 |
|
| 75 | + windowrule = [ |
| 76 | + "idleinhibit fullscreen, class:^(*)$" |
| 77 | + "idleinhibit fullscreen, title:^(*)$" |
| 78 | + "idleinhibit fullscreen, fullscreen:1" |
| 79 | + "idleinhibit focus, title:(.*)(- Youtube)" |
| 80 | + "idleinhibit focus, title:(.*)(- Stremio)" |
| 81 | + ]; |
| 82 | + |
75 | 83 | "$mod" = "SUPER"; |
76 | 84 |
|
77 | 85 | bind = [ |
|
80 | 88 | "$mod_SHIFT, M, exec, wlogout" |
81 | 89 | "$mod, D, exec, foot yazi" |
82 | 90 | "$mod, F, togglefloating" |
| 91 | + "$mod_SHIFT, F, fullscreen" |
83 | 92 | "$mod_SHIFT, return, exec, fuzzel --show-actions" |
84 | 93 | "$mod, V, exec, sh -c 'cliphist list | fuzzel --dmenu | cliphist decode | wl-copy'" |
85 | 94 | ", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05+" |
86 | 95 | ", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05-" |
87 | 96 | ", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" |
88 | | - "$mod, XF86AudioRaiseVolume, exec, hyprctl hyprsunset gamma -10" |
89 | | - "$mod, XF86AudioLowerVolume, exec, hyprctl hyprsunset gamma +10" |
| 97 | + "$mod, XF86AudioRaiseVolume, exec, hyprctl hyprsunset gamma +10" |
| 98 | + "$mod, XF86AudioLowerVolume, exec, hyprctl hyprsunset gamma -10" |
90 | 99 | "$mod, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle" |
91 | 100 | "$mod, p, exec, grimblast copysave area" |
92 | | - "$mod, `, togglespecialworkspace, scratch" |
93 | | - "$mod_SHIFT, `, movetoworkspace, special:scratch" |
| 101 | + "$mod, 0, togglespecialworkspace, scratch" |
| 102 | + "$mod_SHIFT, 0, movetoworkspace, special:scratch" |
94 | 103 | "$mod, h, movefocus, l" |
95 | 104 | "$mod, l, movefocus, r" |
96 | 105 | "$mod, k, movefocus, u" |
|
0 commit comments