⚙️ config(hyprland): bindings

new binding for obsidian and changed the screenshot ones to use insert instead of print key (because
of a change of my keyboard)
This commit is contained in:
Sergio Laín 2023-10-01 21:39:41 +02:00
parent fe15d3370d
commit ff7c140afb
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 16 additions and 15 deletions

View file

@ -14,6 +14,7 @@ bind=SUPER,Z,exec,pypr zoom
## Applications
bind=SUPER,W,exec,librewolf # Numpad dot
bind=SUPER,22,exec,neovide # Return key
bind=SUPER,N,exec,obsidian
# Nemo
bind=SUPER,M,exec,nemo # Numpad 0
@ -46,16 +47,16 @@ bind=SUPER, 23, exec, rofi -show drun -theme ~/.config/rofi/style.rasi # Space k
bind=SUPER,V,exec,pypr toggle volume
# Screenshotting
bind=,Print,exec, hyprshot -m output -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png
bind=SHIFT,Print,exec, hyprshot -m window -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png
bind=CTRL,Print,exec, hyprshot -m region -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png
bind=ALT,Print,exec, ~/.config/hypr/scripts/screenshots
bind=SHIFT,Insert,exec, hyprshot -m output -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png
bind=SUPERSHIFT,Insert,exec, hyprshot -m window -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png
bind=CTRL,Insert,exec, hyprshot -m region -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png
bind=ALT,Insert,exec, ~/.config/hypr/scripts/screenshots
# Logout menu
bind=SUPER, space, exec, wleave
# Color picker
bind=SUPER,Print,exec,hyprpicker -a && notify-send -t 4000 "$(wl-paste)"
bind=SUPER,Insert,exec,hyprpicker -a && notify-send -t 4000 "$(wl-paste)"
# Keybindings Cheatsheet
bind=SUPER,i,exec, ~/.config/hypr/scripts/keybindings

View file

@ -15,15 +15,15 @@
- name: Restart Audio
key: Ctrl + Win + V
- name: Screenshoot Tool (Output)
key: ImprPant
key: Shift + Insert
- name: Screenshoot Tool (Selection)
key: Ctrl + ImprPant
key: Ctrl + Insert
- name: Screenshoot Tool (Window)
key: Shift + ImprPant
key: Win + Shift + Insert
- name: Screenshoot Picker
key: Alt + ImprPant
key: Alt + Insert
- name: Color Picker
key: Win + ImprPant
key: Win + Insert
- name: Zoom
key: Win + Z
- name: Logout Menu
@ -50,11 +50,11 @@
- name: Toggle Fullscreen Window
key: Win + F
- name: Toggle Group
key: Win + S
key: Win + G
- name: Change Active Group
key: Alt + TAB
key: Alt + Tab
- name: Toggle Group Split
key: Win + W
key: Win + S
- name: Workspace Management
keybinds:
@ -72,11 +72,11 @@
- name: Apps
keybinds:
- name: Launch Browser
key: Win + .
key: Win + W
- name: Launch Editor / IDE
key: Win + Return
- name: Launch File Manager
key: Win + NP0
key: Win + M
- name: Launch Terminal
key: Win + Enter
- name: Open Launcher