switch to global eu layout in hyprland
This commit is contained in:
parent
a633be39dc
commit
ac1ae9df37
@ -48,8 +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 = /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
|
||||||
|
|
||||||
@ -132,15 +131,6 @@ 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 :)
|
||||||
@ -160,9 +150,7 @@ 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
|
animation = layers, 1, 5, easeOutQuint, slide
|
||||||
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
|
||||||
@ -207,14 +195,14 @@ xwayland {
|
|||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||||
input {
|
input {
|
||||||
kb_layout = de
|
kb_layout = eu
|
||||||
kb_variant =
|
kb_variant =
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options =
|
||||||
kb_rules =
|
kb_rules =
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
sensitivity = -0.2 # -1.0 - 1.0, 0 means no modification.
|
sensitivity = 0.5 # -1.0 - 1.0, 0 means no modification.
|
||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
@ -223,9 +211,6 @@ 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
|
||||||
@ -331,10 +316,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 = suppressevent maximize, class:.*
|
windowrule {
|
||||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
name = quickshell-rules
|
||||||
layerrule = ignorealpha 0, quickshell
|
match:initial_title = ^qs-.*
|
||||||
blurls = quickshell
|
float = on
|
||||||
windowrule = float,title:^(qs-wallswitcher)$
|
max_size = 800 600
|
||||||
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="Maple Mono"
|
font_family family="Adwaita Mono"
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|||||||
@ -1,15 +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
|
||||||
<<<<<<< HEAD
|
font_family family="Maple Mono"
|
||||||
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 0420e643c7ea67e32d430c4526c6e0a25a833375
|
Subproject commit 0e676b749f35df4eb2f430d30c6650ac5f9fc50d
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit 0d490310b81def518e0d60cb4ea76f39375f9ea8
|
Subproject commit 760558d214ad2f1385b20d923ad98934c0611051
|
||||||
Loading…
x
Reference in New Issue
Block a user