From ff7c140afbab07dd4ee8a19b6f695b204ad2172c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 1 Oct 2023 21:39:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(hyprland):=20bindin?= =?UTF-8?q?gs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit new binding for obsidian and changed the screenshot ones to use insert instead of print key (because of a change of my keyboard) --- .config/hypr/keybinds/binds.conf | 11 ++++++----- .config/keyb/bindings/hyprland.yml | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.config/hypr/keybinds/binds.conf b/.config/hypr/keybinds/binds.conf index 95d9a33b..3e0936a2 100644 --- a/.config/hypr/keybinds/binds.conf +++ b/.config/hypr/keybinds/binds.conf @@ -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 diff --git a/.config/keyb/bindings/hyprland.yml b/.config/keyb/bindings/hyprland.yml index ef6a993e..16a769bb 100644 --- a/.config/keyb/bindings/hyprland.yml +++ b/.config/keyb/bindings/hyprland.yml @@ -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