mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-08 06:08:24 +02:00
Compare commits
9 Commits
master
...
cbba6c9afe
| Author | SHA1 | Date | |
|---|---|---|---|
| cbba6c9afe | |||
| b40e1f5d5a | |||
| e0182aff29 | |||
| cb8eedb914 | |||
| 2a19c051c3 | |||
| 2d4c1f09fc | |||
| de44ac857d | |||
| cfd4f28171 | |||
| 6be730fdaa |
+15
-9
@@ -1,13 +1,15 @@
|
||||
bindm = SUPER,mouse:272,movewindow
|
||||
bindm = SUPER,mouse:273,resizewindow
|
||||
|
||||
bind = SUPER,RETURN,exec, foot
|
||||
bind = SUPER,RETURN,exec, ghostty
|
||||
bind = SUPER, D, exec, fuzzel
|
||||
bind = SUPER,E,exec, dolphin
|
||||
|
||||
bind = SUPER,B,exec, firefox
|
||||
bind = SUPER,Q,killactive
|
||||
bind = SUPER,M,exit
|
||||
bind = SUPER,E,exec, thunar
|
||||
bind = SUPER,S,togglefloating
|
||||
bind = SUPER,P,pseudo
|
||||
bind = SUPER,B,exec, firefox
|
||||
|
||||
bind = SUPER,H,movefocus,l
|
||||
bind = SUPER,L,movefocus,r
|
||||
@@ -44,23 +46,27 @@ bind = SUPER,g,togglegroup
|
||||
bind = SUPER,tab,changegroupactive
|
||||
|
||||
bind = SUPER, F,fullscreen
|
||||
bind = SUPER, D, exec, fuzzel
|
||||
|
||||
bindel = , XF86AudioRaiseVolume, 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 = , XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
bindel = , F14, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
bindel = , F15, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindel = , F17, exec, wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+
|
||||
bindel = , F16, exec, wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-
|
||||
|
||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
bindl = , XF86AudioNext, exec, playerctl next
|
||||
|
||||
bind = , PRINT, exec, hyprshot -m region -z
|
||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
bindl = , XF86AudioNext, exec, playerctl next
|
||||
bindel = , XF86MonBrightnessUp, exec, brightnessctl set +5%
|
||||
bindel = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
||||
bindel = , XF86WebCam, exec
|
||||
|
||||
# zshell
|
||||
bind = , PRINT, global, zshell:screenshotFreeze
|
||||
bind = SUPER, R, global, zshell:toggle-launcher
|
||||
bind = SUPER, A, global, zshell:toggle-nc
|
||||
bind = SUPER, V, global, zshell:toggle-drawing
|
||||
bind = SUPER, F1, global, zshell:lock
|
||||
bind = SUPER, F2, global, zshell:toggle-settings
|
||||
|
||||
+2
-2
@@ -5,9 +5,9 @@ env = VISUAL,nvim
|
||||
env = EDITOR,nvim
|
||||
|
||||
env = HYPRCURSOR_THEME,catppuccin-macchiato-light-cursors
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,28
|
||||
|
||||
ent = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
exec-once = qs -c /usr/etc/xdg/quickshell/zshell
|
||||
exec-once = /bin/AyuGram
|
||||
exec-once = /opt/teams-for-linux/teams-for-linux
|
||||
exec-once = vesktop
|
||||
exec-once = steam -silent
|
||||
exec-once = zshell-cli shell start
|
||||
exec-once = fcitx5
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
exec-once = wl-paste --type image --watch cliphist store
|
||||
exec-once = nextcloud --background
|
||||
exec-once = hyprsunset -i
|
||||
exec-once = nm-applet
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
monitor= DP-2, 2560x1440@240, 1728x0, 1, bitdepth, 10, cm, srgb
|
||||
monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1
|
||||
monitor = eDP-1, 2560x1600@60, 0x0, 1.25, bitdepth, 10
|
||||
monitor = , highres@highrr, auto, 2
|
||||
|
||||
#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
|
||||
}
|
||||
# monitor = , highres@highrr, auto, 1, mirror, eDP-1
|
||||
|
||||
+34
-18
@@ -1,33 +1,47 @@
|
||||
layerrule = blur_popups on, match:namespace ZShell-Bar
|
||||
layerrule = ignore_alpha 0.5, match:namespace ZShell-Bar
|
||||
layerrule = blur on, match:namespace ZShell-Bar
|
||||
|
||||
layerrule = blur_popups on, match:namespace ZShell-Auth
|
||||
layerrule = ignore_alpha 0.5, match:namespace ZShell-Auth
|
||||
layerrule = blur on, match:namespace ZShell-Auth
|
||||
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant = intl
|
||||
kb_model =
|
||||
kb_options = fkeys:basic_13-24
|
||||
kb_rules =
|
||||
sensitivity = 0
|
||||
accel_profile = flat
|
||||
follow_mouse = 1
|
||||
kb_variant = intl
|
||||
kb_model =
|
||||
kb_options = fkeys:basic_13-24
|
||||
kb_rules =
|
||||
sensitivity = 0
|
||||
accel_profile = flat
|
||||
follow_mouse = 1
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
scroll_factor = 0.4
|
||||
disable_while_typing = true
|
||||
middle_button_emulation = true
|
||||
}
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 2
|
||||
gaps_out = 4
|
||||
border_size = 1
|
||||
col.active_border = $mauve $teal $green $blue $lavender 90deg
|
||||
col.inactive_border = $crust 90deg
|
||||
gaps_out = 4
|
||||
border_size = 2
|
||||
col.active_border = $mauve $teal $green $sapphire $lavender 90deg
|
||||
col.inactive_border = $crust 90deg
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 1
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 15
|
||||
render_power = 5
|
||||
color = $base
|
||||
color_inactive = $mantle
|
||||
enabled = false
|
||||
range = 15
|
||||
render_power = 5
|
||||
color = $base
|
||||
color_inactive = $mantle
|
||||
}
|
||||
blur {
|
||||
enabled = true
|
||||
blur {
|
||||
enabled = false
|
||||
size = 2
|
||||
passes = 3
|
||||
new_optimizations = on
|
||||
@@ -59,11 +73,13 @@ dwindle {
|
||||
}
|
||||
|
||||
ecosystem {
|
||||
no_donation_nag = true
|
||||
no_update_news = true
|
||||
}
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
vfr = true
|
||||
}
|
||||
|
||||
debug {
|
||||
|
||||
Reference in New Issue
Block a user