From ba374e29bdc68b203d13a0504bf7858413ca73ce Mon Sep 17 00:00:00 2001 From: hesam-init Date: Fri, 10 May 2024 22:12:49 +0330 Subject: [PATCH] feat: laptop brightness keybind --- hypr-configs/hyprland/hypr/configs/keybinds.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hypr-configs/hyprland/hypr/configs/keybinds.conf b/hypr-configs/hyprland/hypr/configs/keybinds.conf index 812a89b..91877e0 100644 --- a/hypr-configs/hyprland/hypr/configs/keybinds.conf +++ b/hypr-configs/hyprland/hypr/configs/keybinds.conf @@ -54,8 +54,8 @@ bindl=, XF86AudioMedia, exec, playerctl play-pause bindl=, XF86AudioStop, exec, playerctl stop # Display brightness -binde=, XF86MonBrightnessUp, exec, lightctl up -binde=, XF86MonBrightnessDown, exec, lightctl down +binde=, XF86MonBrightnessUp, exec, brightnessctl set 10%+ +binde=, XF86MonBrightnessDown, exec, brightnessctl set 10%- # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l @@ -83,7 +83,6 @@ bind = CTRL ALT, left, workspace, -2 bind = ALT SHIFT, right, movetoworkspace, +1 bind = ALT SHIFT, left, movetoworkspace, -1 - # Move active window to a workspace with mainMod + SHIFT + [0-9] bind = $mainMod SHIFT, 1, movetoworkspace, 1 bind = $mainMod SHIFT, 2, movetoworkspace, 2