mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-06 01:33:30 +02:00
Compare commits
45
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0182aff29 | ||
|
|
cb8eedb914 | ||
|
|
2a19c051c3 | ||
|
|
2d4c1f09fc | ||
|
|
de44ac857d | ||
|
|
cfd4f28171 | ||
|
|
6be730fdaa | ||
|
|
008717e405 | ||
|
|
b6d87e119e | ||
|
|
2a82fdb767 | ||
|
|
82cb3222de | ||
|
|
ff89da6839 | ||
|
|
b1f7511dca | ||
|
|
c27bf42014 | ||
|
|
618de10bc8 | ||
|
|
50028ad3e9 | ||
|
|
af0a5b28c1 | ||
|
|
abd5a6da26 | ||
|
|
c5c870fcbb | ||
|
|
2b9a9f55a0 | ||
|
|
11985c7883 | ||
|
|
9dd162bb5d | ||
|
|
6d9b6054b4 | ||
|
|
23b72da07e | ||
|
|
f89a8b96ab | ||
|
|
158fbc524b | ||
|
|
5e316b9113 | ||
|
|
f78a8b7981 | ||
|
|
35f23285ec | ||
|
|
ad3c6969ad | ||
|
|
bfae7276c2 | ||
|
|
ce104a390f | ||
|
|
f2ba3a6a72 | ||
|
|
0676b6f21a | ||
|
|
79af5891ca | ||
|
|
ff5c12ff44 | ||
|
|
2d7a09d2bb | ||
|
|
bc4221804b | ||
|
|
036e697e2c | ||
|
|
acdac4c013 | ||
|
|
f1d2a538bc | ||
|
|
830c8fb24f | ||
|
|
5ff28bb96f | ||
|
|
f30a467fe4 | ||
|
|
79fea1ad08 |
+2
-1
@@ -1,6 +1,7 @@
|
||||
source = ./modules/env.conf
|
||||
source = ./modules/macchiato.conf
|
||||
source = ./modules/settings.conf
|
||||
source = ./modules/binds.conf
|
||||
source = ./modules/monitors.conf
|
||||
source = ./modules/executes.conf
|
||||
source = ./modules/windowrules.conf
|
||||
source = ./modules/monitors.conf
|
||||
|
||||
+21
-25
@@ -1,13 +1,15 @@
|
||||
bindm = SUPER,mouse:272,movewindow
|
||||
bindm = SUPER,mouse:273,resizewindow
|
||||
|
||||
bind = SUPER,RETURN,exec, uwsm app -S out -- foot
|
||||
bind = SUPER,RETURN,exec, foot
|
||||
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, uwsm app -S out -- thunar
|
||||
bind = SUPER,S,togglefloating
|
||||
bind = SUPER,P,pseudo
|
||||
bind = SUPER,B,exec, uwsm app -S out -- librewolf
|
||||
|
||||
bind = SUPER,H,movefocus,l
|
||||
bind = SUPER,L,movefocus,r
|
||||
@@ -43,34 +45,28 @@ bind = SUPER,mouse_up,workspace,e-1
|
||||
bind = SUPER,g,togglegroup
|
||||
bind = SUPER,tab,changegroupactive
|
||||
|
||||
# Manual bindings
|
||||
bind = SUPER, F,fullscreen
|
||||
bind = SUPER, D, exec, fuzzel --launch-prefix="uwsm app -- "
|
||||
bind = SUPER, Y, exec, hyprpanel -q
|
||||
bind = SUPER, U, exec, hyprpanel
|
||||
bindel = , XF86AudioRaiseVolume, exec, uwsm app -S out -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bindel = , XF86AudioLowerVolume, exec, uwsm app -S out -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
bindl = , XF86AudioMute, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindl = , XF86AudioMicMute, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
bindel = , F14, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
bindel = , F15, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindel = , F17, exec, uwsm app -S out -- wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+
|
||||
bindel = , F16, exec, uwsm app -S out -- wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-
|
||||
bindel = , XF86MonBrightnessUp, exec, uwsm app -S out brightnessctl set +5%
|
||||
bindel = , XF86MonBrightnessDown, exec, uwsm app -S out brightnessctl set 5%-
|
||||
bindel = , XF86WebCam, exec, uwsm app -S out
|
||||
|
||||
# Requires playerctl for media controls
|
||||
bindl = , XF86AudioPlay, exec, uwsm app -S out -- playerctl play-pause
|
||||
bindl = , XF86AudioPrev, exec, uwsm app -S out -- playerctl previous
|
||||
bindl = , XF86AudioNext, exec, uwsm app -S out -- playerctl next
|
||||
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%-
|
||||
|
||||
# Screenshot and copy binds
|
||||
bind = , PRINT, exec, uwsm app -S out -- 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, F2, global, zshell:toggle-settings
|
||||
bind = SUPER, F1, global, zshell:lock
|
||||
bind = SUPER, F2, global, zshell:toggle-settings
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
env = ZSH,/usr/share/oh-my-zsh/
|
||||
env = BROWSER,firefox
|
||||
env = TERM,tmux-256color
|
||||
env = VISUAL,nvim
|
||||
env = EDITOR,nvim
|
||||
|
||||
env = HYPRCURSOR_THEME,catppuccin-macchiato-light-cursors
|
||||
env = HYPRCURSOR_SIZE,28
|
||||
|
||||
ent = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
|
||||
env = XDG_SESSION_DESKTOP,Hyprland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = CLUTTER_BACKEND,wayland
|
||||
env = GDK_BACKEND,wayland
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
|
||||
env = XDG_CONFIG_HOME,$HOME/.config
|
||||
env = XDG_CACHE_HOME,$HOME/.cache
|
||||
env = XDG_DATA_HOME,$HOME/.local/share
|
||||
env = XDG_PICTRES_HOME,$HOME/Pictures
|
||||
env = HYPRSHOT_DIR,$HOME/Pictures/Screenshots
|
||||
|
||||
env = RUSTICL_ENABLE,radeonsi
|
||||
env = AMD_VULKAN_ICD,RADV
|
||||
@@ -1,10 +1,7 @@
|
||||
exec-once = uwsm app -S out -- zshell
|
||||
exec-once = uwsm app -S out -- AyuGram
|
||||
exec-once = uwsm app -S out -- teams-for-linux
|
||||
exec-once = uwsm app -S out -- vesktop
|
||||
exec-once = uwsm app -S out -- fcitx5
|
||||
exec-once = uwsm app -S out -- wl-paste --type text --watch cliphist store
|
||||
exec-once = uwsm app -S out -- wl-paste --type image --watch cliphist store
|
||||
exec-once = uwsm app -S out -- nextcloud --background
|
||||
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 = hyprctl setcursor catppuccin.cursors-macchiatoLight 24
|
||||
exec-once = nm-applet
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
$rosewater = rgb(f4dbd6)
|
||||
$rosewaterAlpha = f4dbd6
|
||||
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
monitor = eDP-1, 2560x1600@60, 0x0, 1, bitdepth, 10
|
||||
monitor = , highres@highrr, auto, 1, mirror, eDP-1
|
||||
monitor = , highres@highrr, auto, 1
|
||||
|
||||
# monitor = , highres@highrr, auto, 1, mirror, eDP-1
|
||||
|
||||
+33
-21
@@ -1,6 +1,14 @@
|
||||
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 =
|
||||
kb_variant = intl
|
||||
kb_model =
|
||||
kb_options = fkeys:basic_13-24
|
||||
kb_rules =
|
||||
@@ -15,31 +23,27 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 2
|
||||
gaps_out = 4
|
||||
border_size = 2
|
||||
col.active_border = $sky $teal $green $blue 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 = 2
|
||||
rounding = 1
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 25
|
||||
render_power = 5
|
||||
color = $crust
|
||||
color_inactive = $surface1
|
||||
enabled = false
|
||||
range = 15
|
||||
render_power = 5
|
||||
color = $base
|
||||
color_inactive = $mantle
|
||||
}
|
||||
blur {
|
||||
enabled = true
|
||||
size = 6
|
||||
passes = 2
|
||||
blur {
|
||||
enabled = false
|
||||
size = 2
|
||||
passes = 3
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
contrast = 1.0
|
||||
@@ -64,8 +68,7 @@ animations {
|
||||
}
|
||||
|
||||
dwindle {
|
||||
pseudotile = 1
|
||||
force_split = 0
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
@@ -73,3 +76,12 @@ ecosystem {
|
||||
no_donation_nag = true
|
||||
no_update_news = true
|
||||
}
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
vfr = true
|
||||
}
|
||||
|
||||
debug {
|
||||
full_cm_proto = true
|
||||
}
|
||||
|
||||
@@ -1,7 +1,44 @@
|
||||
windowrulev2 = opacity 0.0 override, class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noanim, class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noinitialfocus, class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = maxsize 1 1, class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noblur, class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = nofocus, class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noblur, class:^(org.gnome.Nautilus)$
|
||||
windowrule {
|
||||
name = windowrule-1
|
||||
opacity = 0.0 override
|
||||
no_anim = on
|
||||
no_initial_focus = on
|
||||
max_size = 1 1
|
||||
no_blur = on
|
||||
no_focus = on
|
||||
match:class = ^(xwaylandvideobridge)$
|
||||
}
|
||||
|
||||
|
||||
windowrule {
|
||||
name = windowrule-2
|
||||
idle_inhibit = fullscreen
|
||||
match:class = .*
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-3
|
||||
idle_inhibit = always
|
||||
match:content = video
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-4
|
||||
idle_inhibit = always
|
||||
match:content = game
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-5
|
||||
idle_inhibit = always
|
||||
match:fullscreen_state_internal = client
|
||||
match:fullscreen_state_client = 2
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-6
|
||||
idle_inhibit = always
|
||||
match:fullscreen_state_internal = internal
|
||||
match:fullscreen_state_client = 2
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,110 @@
|
||||
$primary_paletteKeyColor = 6a73ac
|
||||
$secondary_paletteKeyColor = 72758e
|
||||
$tertiary_paletteKeyColor = 9b6592
|
||||
$neutral_paletteKeyColor = 77767b
|
||||
$neutral_variant_paletteKeyColor = 767680
|
||||
$background = 131317
|
||||
$onBackground = e4e1e7
|
||||
$surface = 131317
|
||||
$surfaceDim = 131317
|
||||
$surfaceBright = 39393d
|
||||
$surfaceContainerLowest = 0e0e12
|
||||
$surfaceContainerLow = 1b1b1f
|
||||
$surfaceContainer = 1f1f23
|
||||
$surfaceContainerHigh = 2a2a2e
|
||||
$surfaceContainerHighest = 353438
|
||||
$onSurface = e4e1e7
|
||||
$surfaceVariant = 46464f
|
||||
$onSurfaceVariant = c6c5d1
|
||||
$inverseSurface = e4e1e7
|
||||
$inverseOnSurface = 303034
|
||||
$outline = 90909a
|
||||
$outlineVariant = 46464f
|
||||
$shadow = 000000
|
||||
$scrim = 000000
|
||||
$surfaceTint = bac3ff
|
||||
$primary = bac3ff
|
||||
$onPrimary = 232c60
|
||||
$primaryContainer = 6a73ac
|
||||
$onPrimaryContainer = ffffff
|
||||
$inversePrimary = 525b92
|
||||
$secondary = c3c5e0
|
||||
$onSecondary = 2c2f44
|
||||
$secondaryContainer = 42455c
|
||||
$onSecondaryContainer = b1b3ce
|
||||
$tertiary = f1b3e5
|
||||
$onTertiary = 4c1f48
|
||||
$tertiaryContainer = b77ead
|
||||
$onTertiaryContainer = 000000
|
||||
$error = ffb4ab
|
||||
$onError = 690005
|
||||
$errorContainer = 93000a
|
||||
$onErrorContainer = ffdad6
|
||||
$primaryFixed = dee0ff
|
||||
$primaryFixedDim = bac3ff
|
||||
$onPrimaryFixed = 0b154b
|
||||
$onPrimaryFixedVariant = 3a4378
|
||||
$secondaryFixed = dfe1fd
|
||||
$secondaryFixedDim = c3c5e0
|
||||
$onSecondaryFixed = 171a2e
|
||||
$onSecondaryFixedVariant = 42455c
|
||||
$tertiaryFixed = ffd7f4
|
||||
$tertiaryFixedDim = f1b3e5
|
||||
$onTertiaryFixed = 340831
|
||||
$onTertiaryFixedVariant = 66365f
|
||||
$term0 = 353434
|
||||
$term1 = a178ff
|
||||
$term2 = 44def5
|
||||
$term3 = ffdcf2
|
||||
$term4 = 94abd7
|
||||
$term5 = ada0ed
|
||||
$term6 = 9dceff
|
||||
$term7 = e8d3de
|
||||
$term8 = ac9fa9
|
||||
$term9 = b797ff
|
||||
$term10 = 89ecff
|
||||
$term11 = fff0f6
|
||||
$term12 = b2c2dc
|
||||
$term13 = c4b6f6
|
||||
$term14 = bae0ff
|
||||
$term15 = ffffff
|
||||
$rosewater = f6eff9
|
||||
$flamingo = e7def4
|
||||
$pink = ded8ff
|
||||
$mauve = b9baff
|
||||
$red = b9a8ff
|
||||
$maroon = c4b7ee
|
||||
$peach = e0c2f9
|
||||
$yellow = ffecf3
|
||||
$green = c8e3ff
|
||||
$teal = d0e0ff
|
||||
$sky = ccdbff
|
||||
$sapphire = b1c6ff
|
||||
$blue = aab9ff
|
||||
$lavender = c2c9ff
|
||||
$klink = 6a84d1
|
||||
$klinkSelection = 6a84d1
|
||||
$kvisited = 7775dc
|
||||
$kvisitedSelection = 7775dc
|
||||
$knegative = 946dff
|
||||
$knegativeSelection = 946dff
|
||||
$kneutral = c794ff
|
||||
$kneutralSelection = c794ff
|
||||
$kpositive = 5daeff
|
||||
$kpositiveSelection = 5eaeff
|
||||
$text = e4e1e7
|
||||
$subtext1 = c6c5d1
|
||||
$subtext0 = 90909a
|
||||
$overlay2 = 7d7d86
|
||||
$overlay1 = 6a6a72
|
||||
$overlay0 = 595960
|
||||
$surface2 = 48484e
|
||||
$surface1 = 37373d
|
||||
$surface0 = 25252a
|
||||
$base = 131317
|
||||
$mantle = 131317
|
||||
$crust = 121216
|
||||
$success = B5CCBA
|
||||
$onSuccess = 213528
|
||||
$successContainer = 374B3E
|
||||
$onSuccessContainer = D1E9D6
|
||||
Reference in New Issue
Block a user