repeat
This commit is contained in:
@ -29,8 +29,8 @@ in {
|
||||
};
|
||||
package = pkgs.hyprland;
|
||||
plugins = with pkgs.hyprlandPlugins; [
|
||||
hyprexpo
|
||||
# hyprspace
|
||||
# hyprexpo
|
||||
hyprspace
|
||||
hy3
|
||||
# hyprsplit
|
||||
];
|
||||
@ -212,15 +212,9 @@ in {
|
||||
"$modCtrl, period, hy3:changefocus, raise"
|
||||
"$modCtrl, comma, hy3:changefocus, lower"
|
||||
|
||||
"$mod, Tab, hyprexpo:expo, toggle"
|
||||
"$mod, Tab, overview: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, B, exec, $webBrowser"
|
||||
"$modCtrl, V, exec, $clipboardManager"
|
||||
@ -328,6 +322,14 @@ in {
|
||||
", XF86AudioNext, exec, playerctl next"
|
||||
"$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 = [
|
||||
# mouse movements
|
||||
"$mod, mouse:272, movewindow"
|
||||
|
Reference in New Issue
Block a user