mirror of
https://github.com/sheptikhinv/my-hyprland.git
synced 2026-02-07 09:21:36 +05:00
Initial commit yo
This commit is contained in:
commit
bda6f146c3
3 changed files with 308 additions and 0 deletions
22
hypr/keyboard.conf
Normal file
22
hypr/keyboard.conf
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#########
|
||||
# INPUT #
|
||||
#########
|
||||
|
||||
input {
|
||||
kb_layout = us, ru
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options = grp:alt_shift_toggle
|
||||
kb_rules =
|
||||
follow_mouse = 1
|
||||
sensitivity = 0
|
||||
}
|
||||
|
||||
# Screenshot a window
|
||||
bind = $shiftMod, PRINT, exec, hyprshot -m window --clipboard-only
|
||||
|
||||
# Screenshot a monitor
|
||||
bind = , PRINT, exec, hyprshot -m output --clipboard-only
|
||||
|
||||
#Screenshot a region
|
||||
bind = SUPER_SHIFT, S, exec, hyprshot -m --clipboard-only
|
||||
Loading…
Add table
Add a link
Reference in a new issue