mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-07 21:58:24 +02:00
prep Laptop
This commit is contained in:
+8
-3
@@ -2,12 +2,14 @@ bindm = SUPER,mouse:272,movewindow
|
|||||||
bindm = SUPER,mouse:273,resizewindow
|
bindm = SUPER,mouse:273,resizewindow
|
||||||
|
|
||||||
bind = SUPER,RETURN,exec, foot
|
bind = SUPER,RETURN,exec, foot
|
||||||
|
bind = SUPER, D, exec, fuzzel
|
||||||
|
bind = SUPER,E,exec, thunar
|
||||||
|
|
||||||
|
bind = SUPER,B,exec, firefox
|
||||||
bind = SUPER,Q,killactive
|
bind = SUPER,Q,killactive
|
||||||
bind = SUPER,M,exit
|
bind = SUPER,M,exit
|
||||||
bind = SUPER,E,exec, thunar
|
|
||||||
bind = SUPER,S,togglefloating
|
bind = SUPER,S,togglefloating
|
||||||
bind = SUPER,P,pseudo
|
bind = SUPER,P,pseudo
|
||||||
bind = SUPER,B,exec, firefox
|
|
||||||
|
|
||||||
bind = SUPER,H,movefocus,l
|
bind = SUPER,H,movefocus,l
|
||||||
bind = SUPER,L,movefocus,r
|
bind = SUPER,L,movefocus,r
|
||||||
@@ -44,7 +46,7 @@ bind = SUPER,g,togglegroup
|
|||||||
bind = SUPER,tab,changegroupactive
|
bind = SUPER,tab,changegroupactive
|
||||||
|
|
||||||
bind = SUPER, F,fullscreen
|
bind = SUPER, F,fullscreen
|
||||||
bind = SUPER, D, exec, fuzzel
|
|
||||||
bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
bindel = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
bindel = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
bindel = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
bindel = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
@@ -56,6 +58,9 @@ bindel = , F16, exec, wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-
|
|||||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||||
bindl = , XF86AudioNext, exec, playerctl next
|
bindl = , XF86AudioNext, exec, playerctl next
|
||||||
|
bindel = , XF86MonBrightnessUp, exec, brightnessctl set +5%
|
||||||
|
bindel = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
||||||
|
bindel = , XF86WebCam, exec
|
||||||
|
|
||||||
bind = , PRINT, exec, hyprshot -m region -z
|
bind = , PRINT, exec, hyprshot -m region -z
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ env = VISUAL,nvim
|
|||||||
env = EDITOR,nvim
|
env = EDITOR,nvim
|
||||||
|
|
||||||
env = HYPRCURSOR_THEME,catppuccin-macchiato-light-cursors
|
env = HYPRCURSOR_THEME,catppuccin-macchiato-light-cursors
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = HYPRCURSOR_SIZE,28
|
||||||
|
|
||||||
ent = ELECTRON_OZONE_PLATFORM_HINT,auto
|
ent = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||||
|
|||||||
@@ -1,9 +1,2 @@
|
|||||||
monitor= DP-2, 2560x1440@240, 1728x0, 1, bitdepth, 10, cm, srgb
|
monitor = eDP-1, 2560x1600@60, 0x0, 1, bitdepth, 10
|
||||||
monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1
|
monitor = , highres@highrr, auto, 1, mirror, eDP-1
|
||||||
|
|
||||||
#monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1, icc, ~/color_profiles/1440p\ monitor.icm
|
|
||||||
|
|
||||||
render {
|
|
||||||
cm_auto_hdr = 0
|
|
||||||
cm_fs_passthrough = 1
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -7,6 +7,12 @@ input {
|
|||||||
sensitivity = 0
|
sensitivity = 0
|
||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
touchpad {
|
||||||
|
natural_scroll = true
|
||||||
|
scroll_factor = 0.4
|
||||||
|
disable_while_typing = true
|
||||||
|
middle_button_emulation = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
@@ -59,6 +65,7 @@ dwindle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ecosystem {
|
ecosystem {
|
||||||
|
no_donation_nag = true
|
||||||
no_update_news = true
|
no_update_news = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user