Skip to content

Commit

Permalink
⌨️ keybinds for Umlaute
Browse files Browse the repository at this point in the history
  • Loading branch information
nimueller committed Jan 21, 2024
1 parent 45fb0a6 commit cfdc5e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/hypr/keybinds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ bind = ,XF86AudioPrev, exec, playerctl -p spotify previous
bind = ,XF86AudioNext, exec, playerctl -p spotify next
bind = ,XF86Calculator, exec, rofi -show calc

bind = $mainMod, semicolon, exec, wtype 'ö'
bind = $mainMod SHIFT, semicolon, exec, wtype 'Ö'
bind = $mainMod, bracketleft, exec, wtype 'ü'
bind = $mainMod SHIFT, bracketleft, exec, wtype 'Ü'
bind = $mainMod, apostrophe, exec, wtype 'ä'
bind = $mainMod SHIFT, apostrophe, exec, wtype 'Ä'
bind = $mainMod, minus, exec, wtype 'ß'

# Utility
bind = $mainMod, S, exec, hyprshot -o $HOME/Pictures/Screenshots/ -m window
bind = $mainMod SHIFT, S, exec, hyprshot -o $HOME/Pictures/Screenshots/ -m region
Expand Down
1 change: 1 addition & 0 deletions home-manager/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ in
inotify-tools
waybar
swayosd
wtype

my-pkgs.hyprshot
my-pkgs.recorder
Expand Down

0 comments on commit cfdc5e2

Please sign in to comment.