Compare commits

..

No commits in common. "ac1ae9df37f170e234b3b10b0404b97e813a8827" and "6ffb6d9019852dc50de913d3a2cbcd0e6d4858e0" have entirely different histories.

5 changed files with 36 additions and 16 deletions

View File

@ -48,7 +48,8 @@ $menu = fuzzel
exec-once = qs
#exec-once = kitty --single-instance --start-as hidden
exec-once = hyprctl setcursor Adwaita 24
exec-once = hyprctl setcursor gentoo 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
@ -131,6 +132,15 @@ decoration {
device {
name = node-75-lp-1-keyboard
kb_layout = us
}
device {
name = nuphy-node-75-lp-dongle-1
kb_layout = us
}
# https://wiki.hyprland.org/Configuring/Variables/#animations
animations {
enabled = yes, please :)
@ -150,7 +160,9 @@ animations {
animation = fadeIn, 1, 6, easeOutQuint
animation = fadeOut, 1, 5, easeOutQuint
animation = fade, 1, 6, quick
animation = layers, 1, 5, easeOutQuint, slide
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
@ -195,14 +207,14 @@ xwayland {
# https://wiki.hyprland.org/Configuring/Variables/#input
input {
kb_layout = eu
kb_layout = de
kb_variant =
kb_model =
kb_options =
kb_rules =
follow_mouse = 1
sensitivity = 0.5 # -1.0 - 1.0, 0 means no modification.
sensitivity = -0.2 # -1.0 - 1.0, 0 means no modification.
accel_profile = flat
touchpad {
@ -211,6 +223,9 @@ input {
}
# https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures {
workspace_swipe = true
}
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
@ -316,10 +331,10 @@ bind = $mainMod, w, global, quickshell:showWallSwitcher
# windowrule = float,class:^(kitty)$,title:^(kitty)$
# Ignore maximize requests from apps. You'll probably like this.
windowrule {
name = quickshell-rules
match:initial_title = ^qs-.*
float = on
max_size = 800 600
}
windowrule = suppressevent maximize, class:.*
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
layerrule = ignorealpha 0, quickshell
blurls = quickshell
windowrule = float,title:^(qs-wallswitcher)$
windowrule = float,title:^(qs-fontpicker)$
windowrule = float,title:^(qs-settings)$

View File

@ -4,7 +4,7 @@ ynamic_background_opacity no
font_size 10
# BEGIN_KITTY_FONTS
font_family family="Adwaita Mono"
font_family family="Maple Mono"
bold_font auto
italic_font auto
bold_italic_font auto

View File

@ -1,10 +1,15 @@
include colors.conf
window_padding_width 10
ynamic_background_opacity no
background_opacity 0.9
dynamic_background_opacity no
font_size 10
# BEGIN_KITTY_FONTS
font_family family="Maple Mono"
<<<<<<< HEAD
font_family family="Adwaita Mono"
=======
font_family family="Maple Mono NL"
>>>>>>> bb40f68e14acd360040ccd4b63d3b52bda01e261
bold_font auto
italic_font auto
bold_italic_font auto

2
nvim

@ -1 +1 @@
Subproject commit 0e676b749f35df4eb2f430d30c6650ac5f9fc50d
Subproject commit 0420e643c7ea67e32d430c4526c6e0a25a833375

@ -1 +1 @@
Subproject commit 760558d214ad2f1385b20d923ad98934c0611051
Subproject commit 62f7a986e8dda74d1e9248f4fb59179b2f679fc0