Compare commits
2 Commits
78164cb4a4
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 203ea1b91c | |||
| e2efc2290c |
@@ -111,6 +111,9 @@ end)
|
||||
-- Fullscreen with b
|
||||
hl.bind(mainMod .. "b", hl.dsp.window.fullscreen({ action = "toggle" }))
|
||||
|
||||
-- SubMod plus space to float
|
||||
hl.bind(subMod .. "space", hl.dsp.window.float())
|
||||
|
||||
-- Special workspace
|
||||
hl.bind(mainMod .. "minus", hl.dsp.workspace.toggle_special("scratch"))
|
||||
hl.bind(mainMod .. "SHIFT + minus", hl.dsp.window.move({ workspace = "special:scratch", follow = false }))
|
||||
@@ -119,5 +122,4 @@ hl.bind(mainMod .. "SHIFT + minus", hl.dsp.window.move({ workspace = "special:sc
|
||||
hl.bind(subMod .. "mouse:272", hl.dsp.window.drag(), { mouse = true })
|
||||
hl.bind(subMod .. "mouse:272", hl.dsp.window.float(), { mouse = true, click = true })
|
||||
hl.bind(subMod .. "mouse:272", hl.dsp.layout("promote"), { mouse = true, release = true })
|
||||
|
||||
hl.bind(subMod .. "SHIFT + mouse:272", hl.dsp.window.resize(), { mouse = true })
|
||||
|
||||
@@ -128,3 +128,12 @@ hl.layer_rule({
|
||||
blur = true,
|
||||
ignore_alpha = 0,
|
||||
})
|
||||
|
||||
hl.layer_rule({
|
||||
name = "astal",
|
||||
match = {
|
||||
namespace = "system-stats",
|
||||
},
|
||||
blur = false,
|
||||
ignore_alpha = 0,
|
||||
})
|
||||
|
||||
1
rewrite
1
rewrite
Submodule rewrite deleted from c93ddf3818
93
style.conf
93
style.conf
@@ -1,93 +0,0 @@
|
||||
# Environment
|
||||
env = PATH,$PATH:$scrPath
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = XDG_SESSION_DESKTOP,Hyprland
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
env = MOZ_ENABLE_WAYLAND,1
|
||||
env = GDK_SCALE,1
|
||||
|
||||
# Misc
|
||||
misc {
|
||||
vrr = 0
|
||||
animate_manual_resizes = true
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
force_default_wallpaper = 0
|
||||
}
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = false
|
||||
}
|
||||
|
||||
# Layout
|
||||
dwindle {
|
||||
# pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = true # You probably want this
|
||||
permanent_direction_override = true
|
||||
}
|
||||
|
||||
scrolling {
|
||||
column_width = 0.8
|
||||
follow_min_visible = 0.1
|
||||
focus_fit_method = 1
|
||||
}
|
||||
|
||||
# GTK shennanigans
|
||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'BeautyDream'
|
||||
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Mocha'
|
||||
exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
|
||||
# Make things look nice
|
||||
general {
|
||||
gaps_in = 3
|
||||
gaps_out = 5, 6, 6, 6
|
||||
border_size = 3
|
||||
col.active_border = rgba(ca9ee6cc) rgba(f38ba8cc) 45deg
|
||||
col.inactive_border = rgba(45475aaa) rgba(b4befeaa) 45deg
|
||||
layout = scrolling
|
||||
resize_on_border = true
|
||||
}
|
||||
|
||||
ecosystem {
|
||||
no_update_news = true
|
||||
no_donation_nag = true
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_active = rgba(ca9ee6cc) rgba(f2d5cfcc) 45deg
|
||||
col.border_inactive = rgba(bac2decc) rgba(bac2decc) 45deg
|
||||
col.border_locked_active = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
||||
col.border_locked_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.8
|
||||
|
||||
dim_inactive = true
|
||||
dim_strength = 0.2
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 2
|
||||
passes = 3
|
||||
vibrancy = 0.5
|
||||
}
|
||||
}
|
||||
|
||||
# Fonts and Cursors
|
||||
exec = hyprctl setcursor Bibata-Modern-Ice 20
|
||||
exec = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Ice'
|
||||
exec = gsettings set org.gnome.desktop.interface cursor-size 20
|
||||
exec = gsettings set org.gnome.desktop.interface font-name 'FiraMono Nerd Font'
|
||||
exec = gsettings set org.gnome.desktop.interface document-font-name 'Cantarell 10'
|
||||
exec = gsettings set org.gnome.desktop.interface monospace-font-name 'CaskaydiaCove Nerd Font Mono 9'
|
||||
exec = gsettings set org.gnome.desktop.interface font-antialiasing 'rgba'
|
||||
exec = gsettings set org.gnome.desktop.interface font-hinting 'full'
|
||||
env XCURSOR_SIZE = 20
|
||||
Reference in New Issue
Block a user