add keyboard profile to hyprland config
This commit is contained in:
parent
1821a5cff6
commit
0c88124be9
@ -23,7 +23,7 @@
|
|||||||
################
|
################
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor=,preferred,auto,auto
|
monitor=,preferred,auto,1
|
||||||
monitor = DP-2, 2560x1440@165,auto-left,1
|
monitor = DP-2, 2560x1440@165,auto-left,1
|
||||||
monitor = HDMI-A-2, highres,auto-right,1
|
monitor = HDMI-A-2, highres,auto-right,1
|
||||||
|
|
||||||
@ -49,6 +49,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 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
|
||||||
|
|
||||||
|
|
||||||
@ -129,6 +130,12 @@ decoration {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
device {
|
||||||
|
name = node-75-lp-1-keyboard
|
||||||
|
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 :)
|
||||||
@ -196,7 +203,7 @@ xwayland {
|
|||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = de
|
||||||
kb_variant =
|
kb_variant =
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options =
|
||||||
@ -286,7 +293,7 @@ bind = $mainMod, mouse_up, workspace, e-1
|
|||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
bindm = alt, mouse:272, resizewindow
|
||||||
# screenshot binds
|
# screenshot binds
|
||||||
bind = $mainMod SHIFT, s, exec, hyprshot -m region --clipboard-only --freeze
|
bind = $mainMod SHIFT, s, exec, hyprshot -m region --clipboard-only --freeze
|
||||||
bind = alt, s, exec, hyprshot -m output -m active --clipboard-only --freeze
|
bind = alt, s, exec, hyprshot -m output -m active --clipboard-only --freeze
|
||||||
|
|||||||
@ -5,7 +5,7 @@ dynamic_background_opacity yes
|
|||||||
font_size 10
|
font_size 10
|
||||||
|
|
||||||
# BEGIN_KITTY_FONTS
|
# BEGIN_KITTY_FONTS
|
||||||
font_family family="0xProto Nerd Font Mono"
|
font_family family='0xProto Nerd Font Mono' postscript_name=0xProtoNFM-Regular
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
include colors.conf
|
include colors.conf
|
||||||
window_padding_width 10
|
window_padding_width 10
|
||||||
background_opacity 0.8
|
background_opacity 1
|
||||||
dynamic_background_opacity yes
|
dynamic_background_opacity yes
|
||||||
font_size 10
|
font_size 10
|
||||||
|
|
||||||
# BEGIN_KITTY_FONTS
|
# BEGIN_KITTY_FONTS
|
||||||
font_family family="IosevkaTermSlab Nerd Font Mono"
|
font_family family="0xProto Nerd Font Mono"
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit b06ba1da063f33822e3281b8b3ad97dc9b75a6a0
|
Subproject commit 520ca3bb4c12506eae7963bc863b90d76de58a4b
|
||||||
Loading…
x
Reference in New Issue
Block a user