update: reconfigured hyprland nvim and other things
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, dolphin
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, thunar
|
||||
bind = $mainMod SHIFT, V, togglefloating,
|
||||
bind = $mainMod, R, exec, rofi -show drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
@ -16,7 +15,6 @@ bind = $mainMod, V, exec, rofi -modi clipboard:/$HOME/.config/rofi/cliphist-rofi
|
||||
bind = $mainMod SHIFT, S, exec, IMG=~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).png && grim -g "$(slurp)" $IMG && wl-copy < $IMG
|
||||
bind = , PRINT, exec, grim - | wl-copy
|
||||
bind = CONTROL, ESCAPE, exec, kitty btop
|
||||
# bind = ALT_L, SHIFT_L, exec, hyprctl switchxkblayout current next
|
||||
|
||||
# hyprlock bind
|
||||
bind = $mainMod, code:49, exec, hyprlock
|
||||
@ -43,9 +41,6 @@ binde = , XF86MonBrightnessDown , exec, brightnessctl --class='backlight' set 5%
|
||||
bind = $mainMod ALT, up, exec, ddcutil -d 1 setvcp 10 + 5; .config/hypr/scripts/dunst/brightness.sh
|
||||
bind = $mainMod ALT, down, exec, ddcutil -d 1 setvcp 10 - 5; .config/hypr/scripts/dunst/brightness.sh
|
||||
|
||||
# asus binds
|
||||
bind = , XF86Launch1 , exec, asusctl profile -P quiet
|
||||
|
||||
# power binds
|
||||
bindl = , switch:off:Lid Switch, exec, hyprctl keyword monitor "eDP-1, 1920x1080@120, 0x0, 1, vrr, 1"
|
||||
bindl = , switch:on:Lid Switch, exec, .config/hypr/scripts/eDPower.sh
|
||||
@ -117,5 +112,3 @@ bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
||||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user