Browse Source

updated keybinds.conf

pull/87/head
JaKooLit 2 years ago
parent
commit
742170a140
  1. 18
      config/hypr/configs/Keybinds.conf

18
config/hypr/configs/Keybinds.conf

@ -23,7 +23,7 @@ bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,r
bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0 bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0
bind = $mainMod SHIFT, R, exec, hyprctl reload bind = $mainMod SHIFT, R, exec, hyprctl reload
bind = $mainMod SHIFT, Q, killactive, bind = $mainMod SHIFT, Q, closewindow,
bind = $mainMod SHIFT, F, togglefloating, bind = $mainMod SHIFT, F, togglefloating,
bind = $mainMod ALT, F, exec, hyprctl dispatch workspaceopt allfloat bind = $mainMod ALT, F, exec, hyprctl dispatch workspaceopt allfloat
bind = $mainMod, F, fullscreen bind = $mainMod, F, fullscreen
@ -37,14 +37,16 @@ bind = $mainMod ALT, E, exec, $scriptsDir/RofiEmoji.sh
bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh
bind = $mainMod, E, exec, $scriptsDir/QuickEdit.sh bind = $mainMod, E, exec, $scriptsDir/QuickEdit.sh
bind = $mainMod SHIFT, B, exec, $scriptsDir/ChangeBlur.sh # Toggle blur settings bind = $mainMod SHIFT, B, exec, $scriptsDir/ChangeBlur.sh # Toggle blur settings
bind = $mainMod, B, exec, killall -SIGUSR1 waybar # Toggle hide/show waybar
bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh
bind = CTRL SHIFT, W, exec, $scriptsDir/Refresh.sh
bind = CTRL ALT, W, exec, $scriptsDir/Wallpaper.sh bind = CTRL ALT, W, exec, $scriptsDir/Wallpaper.sh
bind = CTRL, W, exec, $scriptsDir/WaybarStyles.sh
bind = $mainMod, W, exec, $scriptsDir/WallpaperSelect.sh bind = $mainMod, W, exec, $scriptsDir/WallpaperSelect.sh
bind = ALT, W, exec, $scriptsDir/WaybarLayout.sh bind = $mainMod ALT, K, exec, $scriptsDir/SwitchKeyboardLayout.sh
bind = ALT, K, exec, $scriptsDir/SwitchKeyboardLayout.sh bind = $mainMod ALT, R, exec, $scriptsDir/Refresh.sh
# Waybar / Bar related
bind = $mainMod, B, exec, killall -SIGUSR1 waybar # Toggle hide/show waybar
bind = $mainMod CTRL, B, exec, $scriptsDir/WaybarStyles.sh
bind = $mainMod ALT, B, exec, $scriptsDir/WaybarLayout.sh
bind = $mainMod CTRL, D, layoutmsg, removemaster bind = $mainMod CTRL, D, layoutmsg, removemaster
bind = $mainMod, Escape, exec, hyprctl kill bind = $mainMod, Escape, exec, hyprctl kill
@ -177,8 +179,8 @@ bind = $mainMod SHIFT, Print, exec, $screenshot --area
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | swappy -f - bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | swappy -f -
# If you are using Ja's Hyprland dots as Host and wants to passthrough keyboard into a VM # If you are using Ja's Hyprland dots as Host and wants to passthrough keyboard into a VM
bind = CTRL SHIFT, P, submap, passthru bind = $mainMod ALT, P, submap, passthru
submap = passthru submap = passthru
# to unbind # to unbind
bind = CTRL SHIFT, Escape, submap, reset bind = $mainMod ALT, P, submap, reset
submap = reset submap = reset
Loading…
Cancel
Save