add nvidia driver & monitors

This commit is contained in:
danny 2024-12-13 22:30:05 +08:00
parent c2f85fddb8
commit 3e6847c1ef
67 changed files with 1773 additions and 101 deletions

33
home/config/hypr/bind.conf Normal file → Executable file
View file

@ -1,16 +1,16 @@
$mainMod = SUPER
bind = $mainMod, T, exec, kitty
bind = CTRL ALT, T, exec, kitty
bind = $mainMod, Return, exec, kitty
bind = $mainMod, Q, killactive,
bind = $mainMod, M, exec, wlogout --protocol layer-shell
bind = $mainMod, E, exec, thunar
bind = $mainMod, V, togglefloating,
bind = $mainMod, D, exec, wofi --show drun
bind = ALT, SPACE, exec, wofi --show drun
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, S, togglesplit, # dwindle
bind = $mainMod SHIFT, Q, exec, swaylock
bind = , PRINT, exec, hyprshot -m region --clipboard-only
bind = CTRL&$mainMod&SHIFT, L, exec, swaylock
bind = $mainMod SHIFT, s, exec, hyprshot -m region --clipboard-only
bind = $mainMod, h, movefocus, l
bind = $mainMod, l, movefocus, r
@ -49,8 +49,31 @@ bind = $mainMod SHIFT, h, movewindow, l
bind = $mainMod SHIFT, k, movewindow, u
bind = $mainMod SHIFT, j, movewindow, d
bind = $mainMod, f, exec, firefox
bind = $mainMod, f, exec, opera
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# Media
bind = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_SINK@ 2%+
bind = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_SINK@ 2%-
bind = ,XF86AudioPrev, exec, playerctl previous
bind = ,XF86AudioNext, exec, playerctl next
bind = ,XF86AudioPlay, exec, playerctl play-pause
bind = ,XF86AudioStop, exec, playerctl stop
bind = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_SINK@ toggle
# F override (neo65)
# bind = ,code:232, exec, xdotool key F1
# bind = ,code:233, exec, xdotool key F2
# bind = ,code:128, exec, xdotool key F3
# bind = ,code:212, exec, xdotool key F4
# bind = ,code:237, exec, xdotool key F5
# bind = ,code:238, exec, xdotool key F6
# bind = ,code:173, exec, xdotool key F7
# bind = ,code:172, exec, xdotool key F8
# bind = ,code:171, exec, xdotool key F9
# bind = ,code:121, exec, xdotool key F10
# bind = ,code:122, exec, xdotool key F11
# bind = ,code:123, exec, xdotool key F12