Compare commits

..
15 Commits
Author SHA1 Message Date
AramJonghu 03c4e532c1 testing new mirroring setting monitors.conf 2026-03-30 02:13:07 +02:00
AramJonghu 062c2d4c67 executes hyprsunset -i to run constantly : for zshell 2026-03-25 00:00:04 +01:00
AramJonghu 6faadd1da6 zshell settingswindow bind 2026-03-24 23:41:40 +01:00
AramJonghu fa24d2b427 added binds 2026-03-22 23:09:57 +01:00
AramJonghu aff00c3257 17/03 2026-03-17 04:28:11 +01:00
AramJonghu b32bb00f31 librewolf 2026-03-15 17:06:20 +01:00
AramJonghu f5aa2056e0 10/03 2026-03-10 03:30:19 +01:00
AramJonghu f8aa4f7128 zshell on boot 2026-03-10 03:17:09 +01:00
AramJonghu f72f660d9f 07/03 2026-03-07 22:16:12 +01:00
AramJonghu ef530b2320 vivaldi 2026-03-07 03:02:23 +01:00
AramJonghu 2994d4279b 07/03 2026-03-07 02:37:08 +01:00
AramJonghu 6fea9b8189 06/03 2026-03-07 02:30:34 +01:00
AramJonghu acdadaaf65 helium browser from firefox 2026-01-06 18:42:06 +01:00
AramJonghu 6d7919b9cb mute button on laptop and close & launch hyprpanel 2026-01-06 00:18:41 +01:00
AramJonghu 36c60103ea Add laptop hypr config branch 2025-12-31 18:01:46 +01:00
9 changed files with 65 additions and 248 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
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
+25 -21
View File
@@ -1,15 +1,13 @@
bindm = SUPER,mouse:272,movewindow
bindm = SUPER,mouse:273,resizewindow
bind = SUPER,RETURN,exec, foot
bind = SUPER, D, exec, fuzzel
bind = SUPER,E,exec, dolphin
bind = SUPER,B,exec, firefox
bind = SUPER,RETURN,exec, uwsm app -S out -- foot
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
@@ -45,28 +43,34 @@ 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
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%-
# 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
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
# Screenshot and copy binds
bind = , PRINT, exec, uwsm app -S out -- hyprshot -m region -z
# 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
bind = SUPER, F1, global, zshell:lock
-29
View File
@@ -1,29 +0,0 @@
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
+9 -6
View File
@@ -1,7 +1,10 @@
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 = 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 = hyprsunset -i
exec-once = nm-applet
exec-once = hyprctl setcursor catppuccin.cursors-macchiatoLight 24
+1
View File
@@ -1,3 +1,4 @@
$rosewater = rgb(f4dbd6)
$rosewaterAlpha = f4dbd6
+1 -3
View File
@@ -1,4 +1,2 @@
monitor = eDP-1, 2560x1600@60, 0x0, 1, bitdepth, 10
monitor = , highres@highrr, auto, 1
# monitor = , highres@highrr, auto, 1, mirror, eDP-1
monitor = , highres@highrr, auto, 1, mirror, eDP-1
+21 -33
View File
@@ -1,14 +1,6 @@
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_variant =
kb_model =
kb_options = fkeys:basic_13-24
kb_rules =
@@ -23,27 +15,31 @@ input {
}
}
misc {
disable_hyprland_logo = true
}
general {
gaps_in = 2
gaps_out = 4
border_size = 2
col.active_border = $mauve $teal $green $sapphire $lavender 90deg
col.inactive_border = $crust 90deg
gaps_out = 4
border_size = 2
col.active_border = $sky $teal $green $blue 90deg
col.inactive_border = $crust 90deg
}
decoration {
rounding = 1
rounding = 2
shadow {
enabled = false
range = 15
render_power = 5
color = $base
color_inactive = $mantle
enabled = true
range = 25
render_power = 5
color = $crust
color_inactive = $surface1
}
blur {
enabled = false
size = 2
passes = 3
blur {
enabled = true
size = 6
passes = 2
new_optimizations = on
ignore_opacity = true
contrast = 1.0
@@ -68,7 +64,8 @@ animations {
}
dwindle {
pseudotile = true
pseudotile = 1
force_split = 0
preserve_split = true
}
@@ -76,12 +73,3 @@ ecosystem {
no_donation_nag = true
no_update_news = true
}
misc {
disable_hyprland_logo = true
vfr = true
}
debug {
full_cm_proto = true
}
+7 -44
View File
@@ -1,44 +1,7 @@
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
}
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)$
-110
View File
@@ -1,110 +0,0 @@
$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