feat(hyprland): add pt-br keyboard layout and language switch bind
This commit is contained in:
parent
23163a7c9f
commit
93ca97f291
|
@ -94,7 +94,7 @@ env = QT_QPA_PLATFORM,wayland
|
|||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_layout = us,br
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
|
@ -206,6 +206,7 @@ bind = $mainMod, R, exec, rofi -show drun
|
|||
bind = $mainMod, P, pseudo # dwindle
|
||||
bind = $mainMod SHIFT, P, exec, ~/.local/share/scripts/hyprland/screenshot.sh
|
||||
bind = $mainMod CTRL, P, exec, ~/.local/share/scripts/hyprland/screenshot_area.sh
|
||||
bind = $mainMod CTRL, K, exec, hyprctl switchxkblayout ducky-ducky-one2-mini-rgb next
|
||||
bind = $mainMod, O, togglesplit # dwindle
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod SHIFT, F, fullscreen, 1
|
||||
|
|
Loading…
Reference in a new issue