Compare commits
4 Commits
6f5e643744
...
833d576491
| Author | SHA1 | Date | |
|---|---|---|---|
| 833d576491 | |||
| 782ddf08e9 | |||
| 7d81c0e9f5 | |||
| a57432b6ec |
@ -48,10 +48,9 @@ $menu = fuzzel
|
||||
|
||||
exec-once = qs
|
||||
#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 = /usr/libexec/polkit-gnome-authentication-agent-1
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
|
||||
#############################
|
||||
@ -134,59 +133,29 @@ decoration {
|
||||
|
||||
device {
|
||||
name = node-75-lp-1-keyboard
|
||||
kb_layout = us
|
||||
kb_layout = eu
|
||||
}
|
||||
|
||||
device {
|
||||
name = nuphy-node-75-lp-dongle-1
|
||||
kb_layout = us
|
||||
kb_layout = eu
|
||||
}
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
||||
animations {
|
||||
enabled = yes, please :)
|
||||
|
||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
bezier = easeOutQuint,0.23,1,0.32,1
|
||||
bezier = easeInOutCubic,0.65,0.5,0.36,1
|
||||
bezier = linear,0,0,1,1
|
||||
bezier = quick,0.15,0,0.1,1
|
||||
|
||||
animation = global, 1, 10, default
|
||||
animation = border, 1, 10, easeOutQuint
|
||||
animation = windows, 1, 5, easeOutQuint
|
||||
animation = windowsIn, 1, 6, easeOutQuint, popin 87%
|
||||
animation = windowsOut, 1, 5, easeOutQuint, popin 87%
|
||||
animation = fadeIn, 1, 6, easeOutQuint
|
||||
animation = fadeOut, 1, 5, easeOutQuint
|
||||
animation = fade, 1, 6, quick
|
||||
animation = layers, 1, 5, easeOutQuint
|
||||
animation = layersIn, 1, 6, easeOutQuint, fade
|
||||
animation = layersOut, 1, 4, easeOutQuint, fade
|
||||
animation = fadeLayersIn, 1, 6, easeOutQuint
|
||||
animation = fadeLayersOut, 1, 5, easeOutQuint
|
||||
animation = workspaces, 1, 6, easeOutQuint, slide
|
||||
animation = workspacesIn, 1, 6, easeOutQuint, slide
|
||||
animation = workspacesOut, 1, 6, easeOutQuint, slide
|
||||
enabled = yes
|
||||
bezier = smooth, 0.23, 1, 0.32, 1
|
||||
animation = windows, 1, 5, smooth, slide
|
||||
animation = workspaces, 1, 5, smooth, slide
|
||||
animation = fade, 1, 5, default
|
||||
animation = border, 1, 10, default
|
||||
}
|
||||
|
||||
# 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 {
|
||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = true # You probably want this
|
||||
}
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
master {
|
||||
new_status = master
|
||||
}
|
||||
@ -224,7 +193,7 @@ input {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
workspace_swipe = false
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
|
||||
@ -1,15 +1,10 @@
|
||||
include colors.conf
|
||||
window_padding_width 10
|
||||
background_opacity 0.9
|
||||
dynamic_background_opacity no
|
||||
ynamic_background_opacity no
|
||||
font_size 10
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
<<<<<<< HEAD
|
||||
font_family family="Adwaita Mono"
|
||||
=======
|
||||
font_family family="Maple Mono NL"
|
||||
>>>>>>> bb40f68e14acd360040ccd4b63d3b52bda01e261
|
||||
font_family family="Lilex"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
2
nvim
2
nvim
@ -1 +1 @@
|
||||
Subproject commit 0420e643c7ea67e32d430c4526c6e0a25a833375
|
||||
Subproject commit a1098c78f06d032aee65f98e981810011075c48e
|
||||
@ -1 +1 @@
|
||||
Subproject commit 318ca10e44dc776503e13a19c97aa3827a1e90bd
|
||||
Subproject commit 9ab859b1423a55dc11f2ea1efefbc715efbf290a
|
||||
2
wallust
2
wallust
@ -1 +1 @@
|
||||
Subproject commit 5675264022be440d0dae6178dbc7acbb87f32e37
|
||||
Subproject commit 042cfca6f9fc3c4e42a57e518c3e3f26677cab29
|
||||
Loading…
x
Reference in New Issue
Block a user