Compare commits
3 Commits
0f4eec6e05
...
782ddf08e9
| Author | SHA1 | Date | |
|---|---|---|---|
| 782ddf08e9 | |||
| 7d81c0e9f5 | |||
| a57432b6ec |
@ -48,7 +48,7 @@ $menu = fuzzel
|
|||||||
|
|
||||||
exec-once = qs
|
exec-once = qs
|
||||||
#exec-once = kitty --single-instance --start-as hidden
|
#exec-once = kitty --single-instance --start-as hidden
|
||||||
exec-once = hyprctl setcursor gentoo 24
|
exec-once = hyprctl setcursor Adwaita 24
|
||||||
exec-once = gentoo-pipewire-launcher
|
exec-once = gentoo-pipewire-launcher
|
||||||
exec-once = /usr/libexec/polkit-gnome-authentication-agent-1
|
exec-once = /usr/libexec/polkit-gnome-authentication-agent-1
|
||||||
|
|
||||||
@ -133,60 +133,29 @@ decoration {
|
|||||||
|
|
||||||
device {
|
device {
|
||||||
name = node-75-lp-1-keyboard
|
name = node-75-lp-1-keyboard
|
||||||
kb_layout = us
|
kb_layout = eu
|
||||||
}
|
}
|
||||||
|
|
||||||
device {
|
device {
|
||||||
name = nuphy-node-75-lp-dongle-1
|
name = nuphy-node-75-lp-dongle-1
|
||||||
kb_layout = us
|
kb_layout = eu
|
||||||
}
|
}
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
||||||
animations {
|
animations {
|
||||||
enabled = yes, please :)
|
enabled = yes
|
||||||
|
bezier = smooth, 0.23, 1, 0.32, 1
|
||||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
animation = windows, 1, 5, smooth, slide
|
||||||
|
animation = workspaces, 1, 5, smooth, slide
|
||||||
bezier = easeOutQuint,0.23,1,0.32,1
|
animation = fade, 1, 5, default
|
||||||
bezier = easeInOutCubic,0.65,0.05,0.36,1
|
animation = border, 1, 10, default
|
||||||
bezier = linear,0,0,1,1
|
|
||||||
bezier = almostLinear,0.5,0.5,0.75,1.0
|
|
||||||
bezier = quick,0.15,0,0.1,1
|
|
||||||
|
|
||||||
animation = global, 1, 10, default
|
|
||||||
animation = border, 1, 5.39, easeOutQuint
|
|
||||||
animation = windows, 1, 4.79, easeOutQuint
|
|
||||||
animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
|
|
||||||
animation = windowsOut, 1, 1.49, linear, popin 87%
|
|
||||||
animation = fadeIn, 1, 1.73, almostLinear
|
|
||||||
animation = fadeOut, 1, 1.46, almostLinear
|
|
||||||
animation = fade, 1, 3.03, quick
|
|
||||||
animation = layers, 1, 3.81, easeOutQuint
|
|
||||||
animation = layersIn, 1, 4, easeOutQuint, fade
|
|
||||||
animation = layersOut, 1, 1.5, linear, fade
|
|
||||||
animation = fadeLayersIn, 1, 1.79, almostLinear
|
|
||||||
animation = fadeLayersOut, 1, 1.39, almostLinear
|
|
||||||
animation = workspaces, 1, 1.94, almostLinear, fade
|
|
||||||
animation = workspacesIn, 1, 1.21, almostLinear, fade
|
|
||||||
animation = workspacesOut, 1, 1.94, almostLinear, fade
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
|
||||||
# "Smart gaps" / "No gaps when only"
|
|
||||||
# uncomment all if you wish to use that.
|
|
||||||
# workspace = w[tv1], gapsout:0, gapsin:0
|
|
||||||
# workspace = f[1], gapsout:0, gapsin:0
|
|
||||||
# windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
|
|
||||||
# windowrule = rounding 0, floating:0, onworkspace:w[tv1]
|
|
||||||
# windowrule = bordersize 0, floating:0, onworkspace:f[1]
|
|
||||||
# windowrule = rounding 0, floating:0, onworkspace:f[1]
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
|
||||||
dwindle {
|
dwindle {
|
||||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||||
preserve_split = true # You probably want this
|
preserve_split = true # You probably want this
|
||||||
}
|
}
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
|
||||||
master {
|
master {
|
||||||
new_status = master
|
new_status = master
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,11 +1,10 @@
|
|||||||
include colors.conf
|
include colors.conf
|
||||||
window_padding_width 10
|
window_padding_width 10
|
||||||
background_opacity 0.9
|
ynamic_background_opacity no
|
||||||
dynamic_background_opacity no
|
|
||||||
font_size 10
|
font_size 10
|
||||||
|
|
||||||
# BEGIN_KITTY_FONTS
|
# BEGIN_KITTY_FONTS
|
||||||
font_family family="Maple Mono NL"
|
font_family family="Lilex"
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|||||||
2
nvim
2
nvim
@ -1 +1 @@
|
|||||||
Subproject commit 2b831a3dd4fc27ea9cc8bcd29f5bcb57e9002c85
|
Subproject commit a1098c78f06d032aee65f98e981810011075c48e
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit a8f0a1d6e32e1466c3fc3c0c51b1302fda343d62
|
Subproject commit 9ab859b1423a55dc11f2ea1efefbc715efbf290a
|
||||||
Loading…
x
Reference in New Issue
Block a user