add nvidia driver & monitors
This commit is contained in:
parent
c2f85fddb8
commit
3e6847c1ef
67 changed files with 1773 additions and 101 deletions
33
home/config/hypr/bind.conf
Normal file → Executable file
33
home/config/hypr/bind.conf
Normal file → Executable 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
|
||||
|
|
|
|||
4
home/config/hypr/exec.conf
Normal file → Executable file
4
home/config/hypr/exec.conf
Normal file → Executable file
|
|
@ -4,4 +4,6 @@ exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||
exec-once = waybar & hyprpaper
|
||||
exec-once = swayidle -w
|
||||
exec-once = nwg-look -a
|
||||
exec-once = [workspace 2 silent] firefox
|
||||
exec-once = [silent] fcitx5 -d -r &
|
||||
exec-once = [silent] fcitx5-remote -r &
|
||||
exec = hyprsunset -t 3000k &
|
||||
|
|
|
|||
0
home/config/hypr/hyprland.conf
Normal file → Executable file
0
home/config/hypr/hyprland.conf
Normal file → Executable file
0
home/config/hypr/hyprpaper.conf
Normal file → Executable file
0
home/config/hypr/hyprpaper.conf
Normal file → Executable file
0
home/config/hypr/input.conf
Normal file → Executable file
0
home/config/hypr/input.conf
Normal file → Executable file
4
home/config/hypr/monitor.conf
Normal file → Executable file
4
home/config/hypr/monitor.conf
Normal file → Executable file
|
|
@ -1 +1,3 @@
|
|||
monitor=HDMI-A-1,2560x1440@164.835999, 0x0, 1
|
||||
monitor=desc:ASUSTek COMPUTER INC ASUS VG32VQ1B 0x00002271,2560x1440@164.55, 0x0, 1
|
||||
monitor=desc:Acer Technologies XV272U V3 7422007E54222, 2560x1440@143.91, -2560x-560, 1, transform, 1
|
||||
|
||||
|
|
|
|||
9
home/config/hypr/window.conf
Normal file → Executable file
9
home/config/hypr/window.conf
Normal file → Executable file
|
|
@ -17,10 +17,9 @@ decoration {
|
|||
new_optimizations = true
|
||||
xray = false
|
||||
}
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
active_opacity = 0.8
|
||||
inactive_opacity = 0.8
|
||||
fullscreen_opacity = 1.0
|
||||
}
|
||||
|
||||
animations {
|
||||
|
|
@ -43,7 +42,7 @@ dwindle {
|
|||
}
|
||||
|
||||
master {
|
||||
new_is_master = true
|
||||
new_on_top = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
|
|
|||
1
home/config/hypr/windowrule.conf
Normal file → Executable file
1
home/config/hypr/windowrule.conf
Normal file → Executable file
|
|
@ -1,3 +1,4 @@
|
|||
windowrule = pseudo, fcitx
|
||||
windowrule = float, file_progress
|
||||
windowrule = float, confirm
|
||||
windowrule = float, dialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue