diff --git a/Configs/.config/hypr/keybindings.conf b/Configs/.config/hypr/keybindings.conf index e2eec8127..5493f2c41 100644 --- a/Configs/.config/hypr/keybindings.conf +++ b/Configs/.config/hypr/keybindings.conf @@ -26,15 +26,15 @@ $wm=Window Management $d=[$wm] -bindd = $mainMod, Q, $d close focused window, exec, $scrPath/dontkillsteam.sh -bindd = Alt, F4, $d close focused window, exec, $scrPath/dontkillsteam.sh +bindd = $mainMod, Q, $d close focused window, exec, hyde-shell dontkillsteam +bindd = Alt, F4, $d close focused window, exec, hyde-shell dontkillsteam bindd = $mainMod, Delete, $d kill hyprland session, exec, hyde-shell logout bindd = $mainMod, W, $d Toggle floating, togglefloating bindd = $mainMod, G, $d toggle group, togglegroup bindd = Shift, F11, $d toggle fullscreen, fullscreen -bindd = $mainMod, L, $d lock screen, exec, lockscreen.sh -bindd = $mainMod Shift, F, $d toggle pin on focused window, exec, $scrPath/windowpin.sh -bindd = Control Alt, Delete, $d logout menu, exec, $scrPath/logoutlaunch.sh +bindd = $mainMod, L, $d lock screen, exec, hyde-shell lock-session +bindd = $mainMod Shift, F, $d toggle pin on focused window, exec, hyde-shell windowpin +bindd = Control Alt, Delete, $d logout menu, exec, hyde-shell logoutlaunch bindd = Alt_R, Control_R, $d toggle waybar and reload config, exec, hyde-shell waybar --hide # bindd = ALT_R, Control_R,toggle waybar, exec, killall waybar || waybar # toggle waybar without reloading, this is faster @@ -82,30 +82,30 @@ bindd = $mainMod Alt, T, $d dropdown terminal , exec, hyde-shell pypr toggle con bindd = $mainMod, E, $d file explorer , exec, $EXPLORER bindd = $mainMod, C, $d text editor , exec, $EDITOR bindd = $mainMod, B, $d web browser , exec, $BROWSER -bindd = Control Shift, Escape, $d system monitor , exec, $scrPath/sysmonlaunch.sh +bindd = Control Shift, Escape, $d system monitor , exec, hyde-shell sysmonlaunch $d=[$l|Rofi menus] -$rofi-launch=$scrPath/rofilaunch.sh +$rofi-launch=hyde-shell rofilaunch bindd = $mainMod, A, $d application finder , exec, pkill -x rofi || $rofi-launch d bindd = $mainMod, TAB, $d window switcher , exec, pkill -x rofi || $rofi-launch w bindd = $mainMod Shift, E, $d file finder , exec, pkill -x rofi || $rofi-launch f -bindd = $mainMod, slash, $d keybindings hint, exec, pkill -x rofi || $scrPath/keybinds_hint.sh c # launch keybinds hint -bindd = $mainMod, comma, $d emoji picker , exec, pkill -x rofi || $scrPath/emoji-picker.sh # launch emoji picker -bindd = $mainMod, period, $d glyph picker , exec, pkill -x rofi || $scrPath/glyph-picker.sh # launch glyph picker -bindd = $mainMod, V, $d clipboard , exec, pkill -x rofi || $scrPath/cliphist.sh -c # launch clipboard, -bindd = $mainMod Shift, V, $d clipboard manager , exec, pkill -x rofi || $scrPath/cliphist.sh # launch clipboard Manager -bindd = $mainMod Shift, A, $d select rofi launcher , exec, pkill -x rofi || $scrPath/rofiselect.sh # launch select menu +bindd = $mainMod, slash, $d keybindings hint, exec, pkill -x rofi || hyde-shell keybinds_hint c # launch keybinds hint +bindd = $mainMod, comma, $d emoji picker , exec, pkill -x rofi || hyde-shell emoji-picker # launch emoji picker +bindd = $mainMod, period, $d glyph picker , exec, pkill -x rofi || hyde-shell glyph-picker # launch glyph picker +bindd = $mainMod, V, $d clipboard , exec, pkill -x rofi || hyde-shell cliphist -c # launch clipboard, +bindd = $mainMod Shift, V, $d clipboard manager , exec, pkill -x rofi || hyde-shell cliphist # launch clipboard Manager +bindd = $mainMod Shift, A, $d select rofi launcher , exec, pkill -x rofi || hyde-shell rofiselect # launch select menu $hc=Hardware Controls $d=[$hc|Audio] -binddl = , F10, $d toggle mute output , exec, $scrPath/volumecontrol.sh -o m # toggle audio mute -binddl = , XF86AudioMute,$d toggle mute output, exec, $scrPath/volumecontrol.sh -o m # toggle audio mute -binddel = , F11, $d decrease volume , exec, $scrPath/volumecontrol.sh -o d # decrease volume -binddel = , F12, $d increase volume , exec, $scrPath/volumecontrol.sh -o i # increase volume -binddl = , XF86AudioMicMute,$d un/mute microphone , exec, $scrPath/volumecontrol.sh -i m # toggle microphone mute -binddel = , XF86AudioLowerVolume, $d decrease volume , exec, $scrPath/volumecontrol.sh -o d # decrease volume -binddel = , XF86AudioRaiseVolume, $d increase volume , exec, $scrPath/volumecontrol.sh -o i # increase volume +binddl = , F10, $d toggle mute output , exec, hyde-shell volumecontrol -o m # toggle audio mute +binddl = , XF86AudioMute,$d toggle mute output, exec, hyde-shell volumecontrol -o m # toggle audio mute +binddel = , F11, $d decrease volume , exec, hyde-shell volumecontrol -o d # decrease volume +binddel = , F12, $d increase volume , exec, hyde-shell volumecontrol -o i # increase volume +binddl = , XF86AudioMicMute,$d un/mute microphone , exec, hyde-shell volumecontrol -i m # toggle microphone mute +binddel = , XF86AudioLowerVolume, $d decrease volume , exec, hyde-shell volumecontrol -o d # decrease volume +binddel = , XF86AudioRaiseVolume, $d increase volume , exec, hyde-shell volumecontrol -o i # increase volume $d=[$hc|Media] binddl = , XF86AudioPlay,$d play media, exec, playerctl play-pause # toggle between media play and pause @@ -114,35 +114,35 @@ binddl = , XF86AudioNext,$d next media , exec, playerctl next # media next binddl = , XF86AudioPrev,$d previous media , exec, playerctl previous # media previous $d=[$hc|Brightness] -binddel = , XF86MonBrightnessUp, $d increase brightness , exec, $scrPath/brightnesscontrol.sh i # increase brightness -binddel = , XF86MonBrightnessDown, $d decrease brightness , exec, $scrPath/brightnesscontrol.sh d # decrease brightness +binddel = , XF86MonBrightnessUp, $d increase brightness , exec, hyde-shell brightnesscontrol i # increase brightness +binddel = , XF86MonBrightnessDown, $d decrease brightness , exec, hyde-shell brightnesscontrol d # decrease brightness $ut=Utilities $d=[$ut] -binddl = $mainMod, K, $d toggle keyboard layout , exec, $scrPath/keyboardswitch.sh # switch keyboard layout -bindd = $mainMod Alt, G, $d game mode , exec, $scrPath/gamemode.sh # disable hypr effects for gamemode -bindd = $mainMod Shift, G, $d open game launcher , exec, $scrPath/gamelauncher.sh # run game launcher for steam and lutris +binddl = $mainMod, K, $d toggle keyboard layout , exec, hyde-shell keyboardswitch # switch keyboard layout +bindd = $mainMod Alt, G, $d game mode , exec, hyde-shell gamemode # disable hypr effects for gamemode +bindd = $mainMod Shift, G, $d open game launcher , exec, hyde-shell gamelauncher # run game launcher for steam and lutris $d=[$ut|Screen Capture] bindd = $mainMod Shift, P, $d color picker, exec, hyprpicker -an # Pick color (Hex) >> clipboard# -bindd = $mainMod, P, $d snip screen , exec, $scrPath/screenshot.sh s # partial screenshot capture -bindd = $mainMod Control, P, $d freeze and snip screen, exec, $scrPath/screenshot.sh sf # partial screenshot capture (frozen screen) -binddl = $mainMod Alt, P, $d print monitor , exec, $scrPath/screenshot.sh m # monitor screenshot capture -binddl = , Print, $d print all monitors , exec, $scrPath/screenshot.sh p # all monitors screenshot capture +bindd = $mainMod, P, $d snip screen , exec, hyde-shell screenshot s # partial screenshot capture +bindd = $mainMod Control, P, $d freeze and snip screen, exec, hyde-shell screenshot sf # partial screenshot capture (frozen screen) +binddl = $mainMod Alt, P, $d print monitor , exec, hyde-shell screenshot m # monitor screenshot capture +binddl = , Print, $d print all monitors , exec, hyde-shell screenshot p # all monitors screenshot capture # TODO Make a main rofi menu for these selectors $rice=Theming and Wallpaper $d=[$rice] -bindd = $mainMod Alt, Right, $d next global wallpaper , exec, $scrPath/wallpaper.sh -Gn # next global wallpaper -bindd = $mainMod Alt, Left, $d previous global wallpaper , exec, $scrPath/wallpaper.sh -Gp # previous global wallpaper -bindd = $mainMod Shift, W, $d select a global wallpaper , exec, pkill -x rofi || $scrPath/wallpaper.sh -SG # launch wallpaper select menu -bindd = $mainMod Alt, Up, $d next waybar layout , exec, $scrPath/wbarconfgen.sh n # next waybar mode -bindd = $mainMod Alt, Down, $d previous waybar layout , exec, $scrPath/wbarconfgen.sh p # previous waybar mode -bindd = $mainMod Shift, R, $d wallbash mode selector , exec, pkill -x rofi || $scrPath/wallbashtoggle.sh -m # launch wallbash mode select menu -bindd = $mainMod Shift, T, $d select a theme, exec, pkill -x rofi || $scrPath/themeselect.sh # launch theme select menu -bindd = $mainMod+Shift, Y, $d select animations, exec, pkill -x rofi || $scrPath/animations.sh --select # launch animations select menu -bindd = $mainMod+Shift, U, $d select hyprlock layout, exec, pkill -x rofi || $scrPath/hyprlock.sh --select # launch hyprlock layout select menu +bindd = $mainMod Alt, Right, $d next global wallpaper , exec, hyde-shell wallpaper -Gn # next global wallpaper +bindd = $mainMod Alt, Left, $d previous global wallpaper , exec, hyde-shell wallpaper -Gp # previous global wallpaper +bindd = $mainMod Shift, W, $d select a global wallpaper , exec, pkill -x rofi || hyde-shell wallpaper -SG # launch wallpaper select menu +bindd = $mainMod Alt, Up, $d next waybar layout , exec, hyde-shell wbarconfgen n # next waybar mode +bindd = $mainMod Alt, Down, $d previous waybar layout , exec, hyde-shell wbarconfgen p # previous waybar mode +bindd = $mainMod Shift, R, $d wallbash mode selector , exec, pkill -x rofi || hyde-shell wallbashtoggle -m # launch wallbash mode select menu +bindd = $mainMod Shift, T, $d select a theme, exec, pkill -x rofi || hyde-shell themeselect # launch theme select menu +bindd = $mainMod+Shift, Y, $d select animations, exec, pkill -x rofi || hyde-shell animations --select # launch animations select menu +bindd = $mainMod+Shift, U, $d select hyprlock layout, exec, pkill -x rofi || hyde-shell hyprlock --select # launch hyprlock layout select menu