repeat
This commit is contained in:
@ -29,8 +29,8 @@ in {
|
|||||||
};
|
};
|
||||||
package = pkgs.hyprland;
|
package = pkgs.hyprland;
|
||||||
plugins = with pkgs.hyprlandPlugins; [
|
plugins = with pkgs.hyprlandPlugins; [
|
||||||
hyprexpo
|
# hyprexpo
|
||||||
# hyprspace
|
hyprspace
|
||||||
hy3
|
hy3
|
||||||
# hyprsplit
|
# hyprsplit
|
||||||
];
|
];
|
||||||
@ -212,15 +212,9 @@ in {
|
|||||||
"$modCtrl, period, hy3:changefocus, raise"
|
"$modCtrl, period, hy3:changefocus, raise"
|
||||||
"$modCtrl, comma, hy3:changefocus, lower"
|
"$modCtrl, comma, hy3:changefocus, lower"
|
||||||
|
|
||||||
"$mod, Tab, hyprexpo:expo, toggle"
|
"$mod, Tab, overview:toggle"
|
||||||
# "$mod, Tab, hyprexpo:expo, toggle"
|
# "$mod, Tab, hyprexpo:expo, toggle"
|
||||||
|
|
||||||
"$mod, Colon, togglespecialworkspace, magic"
|
|
||||||
"$mod, Colon, movetoworkspace, +0"
|
|
||||||
"$mod, Colon, togglespecialworkspace, magic"
|
|
||||||
"$mod, Colon, movetoworkspace, special:magic"
|
|
||||||
"$mod, Colon, togglespecialworkspace, magic"
|
|
||||||
|
|
||||||
"$modCtrl, L, exec, $screenLocker"
|
"$modCtrl, L, exec, $screenLocker"
|
||||||
"$modCtrl, B, exec, $webBrowser"
|
"$modCtrl, B, exec, $webBrowser"
|
||||||
"$modCtrl, V, exec, $clipboardManager"
|
"$modCtrl, V, exec, $clipboardManager"
|
||||||
@ -328,6 +322,14 @@ in {
|
|||||||
", XF86AudioNext, exec, playerctl next"
|
", XF86AudioNext, exec, playerctl next"
|
||||||
"$modCtrl, Escape, exit"
|
"$modCtrl, Escape, exit"
|
||||||
];
|
];
|
||||||
|
binde = [
|
||||||
|
", XF86MonBrightnessUp, exec, brightnessctl s 5%+"
|
||||||
|
", XF86MonBrightnessDown, exec, brightnessctl s 5%-"
|
||||||
|
"ALT, XF86MonBrightnessUp, exec, brightnessctl s 5%+ -d ${keyboard}::kbd_backlight"
|
||||||
|
"ALT, XF86MonBrightnessDown, exec, brightnessctl s 5%- -d ${keyboard}::kbd_backlight"
|
||||||
|
", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"
|
||||||
|
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
||||||
|
];
|
||||||
bindm = [
|
bindm = [
|
||||||
# mouse movements
|
# mouse movements
|
||||||
"$mod, mouse:272, movewindow"
|
"$mod, mouse:272, movewindow"
|
||||||
|
Reference in New Issue
Block a user