Compare commits
No commits in common. "ac1ae9df37f170e234b3b10b0404b97e813a8827" and "6ffb6d9019852dc50de913d3a2cbcd0e6d4858e0" have entirely different histories.
ac1ae9df37
...
6ffb6d9019
@ -48,7 +48,8 @@ $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 Adwaita 24
|
exec-once = hyprctl setcursor gentoo 24
|
||||||
|
exec-once = gentoo-pipewire-launcher
|
||||||
exec-once = /usr/libexec/polkit-gnome-authentication-agent-1
|
exec-once = /usr/libexec/polkit-gnome-authentication-agent-1
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
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
|
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
||||||
animations {
|
animations {
|
||||||
enabled = yes, please :)
|
enabled = yes, please :)
|
||||||
@ -150,7 +160,9 @@ animations {
|
|||||||
animation = fadeIn, 1, 6, easeOutQuint
|
animation = fadeIn, 1, 6, easeOutQuint
|
||||||
animation = fadeOut, 1, 5, easeOutQuint
|
animation = fadeOut, 1, 5, easeOutQuint
|
||||||
animation = fade, 1, 6, quick
|
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 = fadeLayersIn, 1, 6, easeOutQuint
|
||||||
animation = fadeLayersOut, 1, 5, easeOutQuint
|
animation = fadeLayersOut, 1, 5, easeOutQuint
|
||||||
animation = workspaces, 1, 6, easeOutQuint, slide
|
animation = workspaces, 1, 6, easeOutQuint, slide
|
||||||
@ -195,14 +207,14 @@ xwayland {
|
|||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||||
input {
|
input {
|
||||||
kb_layout = eu
|
kb_layout = de
|
||||||
kb_variant =
|
kb_variant =
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options =
|
||||||
kb_rules =
|
kb_rules =
|
||||||
follow_mouse = 1
|
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
|
accel_profile = flat
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
@ -211,6 +223,9 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||||
|
gestures {
|
||||||
|
workspace_swipe = true
|
||||||
|
}
|
||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
# 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)$
|
# windowrule = float,class:^(kitty)$,title:^(kitty)$
|
||||||
|
|
||||||
# Ignore maximize requests from apps. You'll probably like this.
|
# Ignore maximize requests from apps. You'll probably like this.
|
||||||
windowrule {
|
windowrule = suppressevent maximize, class:.*
|
||||||
name = quickshell-rules
|
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||||
match:initial_title = ^qs-.*
|
layerrule = ignorealpha 0, quickshell
|
||||||
float = on
|
blurls = quickshell
|
||||||
max_size = 800 600
|
windowrule = float,title:^(qs-wallswitcher)$
|
||||||
|
windowrule = float,title:^(qs-fontpicker)$
|
||||||
}
|
windowrule = float,title:^(qs-settings)$
|
||||||
|
|||||||
@ -4,7 +4,7 @@ ynamic_background_opacity no
|
|||||||
font_size 10
|
font_size 10
|
||||||
|
|
||||||
# BEGIN_KITTY_FONTS
|
# BEGIN_KITTY_FONTS
|
||||||
font_family family="Adwaita Mono"
|
font_family family="Maple Mono"
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|||||||
@ -1,10 +1,15 @@
|
|||||||
include colors.conf
|
include colors.conf
|
||||||
window_padding_width 10
|
window_padding_width 10
|
||||||
ynamic_background_opacity no
|
background_opacity 0.9
|
||||||
|
dynamic_background_opacity no
|
||||||
font_size 10
|
font_size 10
|
||||||
|
|
||||||
# BEGIN_KITTY_FONTS
|
# BEGIN_KITTY_FONTS
|
||||||
font_family family="Maple Mono"
|
<<<<<<< HEAD
|
||||||
|
font_family family="Adwaita Mono"
|
||||||
|
=======
|
||||||
|
font_family family="Maple Mono NL"
|
||||||
|
>>>>>>> bb40f68e14acd360040ccd4b63d3b52bda01e261
|
||||||
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 0e676b749f35df4eb2f430d30c6650ac5f9fc50d
|
Subproject commit 0420e643c7ea67e32d430c4526c6e0a25a833375
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit 760558d214ad2f1385b20d923ad98934c0611051
|
Subproject commit 62f7a986e8dda74d1e9248f4fb59179b2f679fc0
|
||||||
Loading…
x
Reference in New Issue
Block a user