diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-23 17:48:45 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-23 17:48:45 +0900 |
| commit | c02fe9bb98f38cdcb416cc92accd260300f37c35 (patch) | |
| tree | 8ed9fc1e725194d74bc9501fa476ccc4c6b4c4c4 /config/hypr/configs/Laptops.conf | |
| parent | 184df5c379ca655355140691608a383643cf2399 (diff) | |
Readme updated to avoid confusion between copy, install, upgrade
Updated btop.conf to set the default theme to take from ~/.config/btop/themes
Cleaned up and Reorganized Keybinds.conf and Laptops.conf
Diffstat (limited to 'config/hypr/configs/Laptops.conf')
| -rw-r--r-- | config/hypr/configs/Laptops.conf | 36 |
1 files changed, 13 insertions, 23 deletions
diff --git a/config/hypr/configs/Laptops.conf b/config/hypr/configs/Laptops.conf index ee67928e..e071f2c0 100644 --- a/config/hypr/configs/Laptops.conf +++ b/config/hypr/configs/Laptops.conf @@ -1,42 +1,32 @@ ## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## -# See https://wiki.hyprland.org/Configuring/Keywords/ for more -# Setting variables -# This configs are mostly for laptops. This is addemdum to Keybinds.conf - +# See https://wiki.hyprland.org/Configuring/Keywords/ for more variable settings +# These configs are mostly for laptops. This is addemdum to Keybinds.conf $configs = $HOME/.config/hypr/configs $mainMod = SUPER $scriptsDir = $HOME/.config/hypr/scripts -# Scripts Variables -$backlight = $scriptsDir/Brightness.sh -$kbacklight = $scriptsDir/BrightnessKbd.sh -$LidSwitch = $scriptsDir/LidSwitch.sh - -$screenshot = $scriptsDir/ScreenShot.sh -$touchpad = $scriptsDir/TouchPad.sh - -bind = , xf86KbdBrightnessDown, exec, $kbacklight --dec #Keyboard brightness Down -bind = , xf86KbdBrightnessUp, exec, $kbacklight --inc #Keyboard brightness up +bind = , xf86KbdBrightnessDown, exec, $scriptsDir/BrightnessKbd.sh --dec #Keyboard brightness Down +bind = , xf86KbdBrightnessUp, exec, $scriptsDir/BrightnessKbd.sh --inc #Keyboard brightness up bind = , xf86Launch1, exec, rog-control-center # ASUS Armory crate button bind = , xf86Launch3, exec, asusctl led-mode -n #FN+F4 Switch keyboard RGB profile bind = , xf86Launch4, exec, asusctl profile -n #FN+F5 change of fan profiles (Quite, Balance, Performance) -bind = , xf86MonBrightnessDown, exec, $backlight --dec -bind = , xf86MonBrightnessUp, exec, $backlight --inc -bind = , xf86TouchpadToggle, exec, $touchpad #disable touchpad +bind = , xf86MonBrightnessDown, exec, $scriptsDir/Brightness.sh --dec +bind = , xf86MonBrightnessUp, exec, $scriptsDir/Brightness.sh --inc +bind = , xf86TouchpadToggle, exec, $scriptsDir/TouchPad.sh #disable touchpad # Screenshot keybindings for Asus G15 (no PrinSrc button) -bind = $mainMod, F6, exec, $screenshot --now -bind = $mainMod SHIFT, F6, exec, $screenshot --area -bind = $mainMod CTRL SHIFT, F6, exec, $screenshot --in5 -bind = $mainMod ALT, F6, exec, $screenshot --in10 +bind = $mainMod, F6, exec, $scriptsDir/ScreenShot.sh --now +bind = $mainMod SHIFT, F6, exec, $scriptsDir/ScreenShot.sh --area +bind = $mainMod CTRL, F6, exec, $scriptsDir/ScreenShot.sh --in5 +bind = $mainMod ALT, F6, exec, $scriptsDir/ScreenShot.sh --in10 # Below are useful when you are connecting your laptop in external display # Suggest you edit below for your laptop display # From WIKI This is to disable laptop monitor when lid is closed. # consult https://wiki.hyprland.org/hyprland-wiki/pages/Configuring/Binds/#switches -bindl = , switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, preferred, auto, 1" -bindl = , switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable" +#bindl = , switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, preferred, auto, 1" +#bindl = , switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable" ############################################################################# ### WARNING! Using this method has some caveats!! USE THIS PART WITH SOME CAUTION! |
