Changes keybinds
This commit is contained in:
parent
f8e55bfb2b
commit
e9418e5977
9 changed files with 29 additions and 154 deletions
|
|
@ -4,6 +4,9 @@ $mainMod = SUPER
|
|||
$scriptsDir = $HOME/.config/hypr/scripts
|
||||
$configs = $HOME/.config/hypr/configs
|
||||
|
||||
$files = hyprdrop ghostty --identifier yazi_hyprdrop --args="yazi" --env="PWD=~/"
|
||||
$term = ghostty
|
||||
$scriptsDir = $HOME/.config/hypr/scripts
|
||||
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod SHIFT, Q, exec, $scriptsDir/KillActiveProcess.sh
|
||||
|
|
@ -24,14 +27,7 @@ bindl = , xf86AudioNext, exec, $scriptsDir/MediaCtrl.sh --nxt
|
|||
bindl = , xf86AudioPrev, exec, $scriptsDir/MediaCtrl.sh --prv
|
||||
bindl = , xf86audiostop, exec, $scriptsDir/MediaCtrl.sh --stop
|
||||
|
||||
bindtn = , $mainMod_L, exec, killall -SIGUSR1 waybar
|
||||
bindtn = SHIFT, $mainMod_L, exec, killall -SIGUSR1 waybar
|
||||
bindtn = CTRL, $mainMod_L, exec, killall -SIGUSR1 waybar
|
||||
bindtn = ALT, $mainMod_L, exec, killall -SIGUSR1 waybar
|
||||
bindtrn = $mainMod, $mainMod_L, exec, killall -SIGUSR1 waybar
|
||||
bindtrn = $mainMod SHIFT, $mainMod_L, exec, killall -SIGUSR1 waybar
|
||||
bindtrn = $mainMod CTRL, $mainMod_L, exec, killall -SIGUSR1 waybar
|
||||
bindtrn = $mainMod ALT, $mainMod_L, exec, killall -SIGUSR1 waybar
|
||||
bind = $mainMod, O, exec, killall -SIGUSR1 waybar
|
||||
|
||||
# Move focus with mainMod + LHKJ
|
||||
bind = $mainMod, H, movefocus, l
|
||||
|
|
@ -40,10 +36,10 @@ bind = $mainMod, K, movefocus, u
|
|||
bind = $mainMod, J, movefocus, d
|
||||
|
||||
# Move windows
|
||||
bind = $mainMod SHIFT, H, movewindow, l
|
||||
bind = $mainMod SHIFT, L, movewindow, r
|
||||
bind = $mainMod SHIFT, K, movewindow, u
|
||||
bind = $mainMod SHIFT, J, movewindow, d
|
||||
#bind = $mainMod SHIFT, H, movewindow, l
|
||||
#bind = $mainMod SHIFT, L, movewindow, r
|
||||
#bind = $mainMod SHIFT, K, movewindow, u
|
||||
#bind = $mainMod SHIFT, J, movewindow, d
|
||||
|
||||
# Container layouts
|
||||
bind = $mainMod, E, togglesplit
|
||||
|
|
@ -98,26 +94,20 @@ bind = , F12, exec, $scriptsDir/ScreenShot.sh --active # screenshot (active wind
|
|||
bind = $mainMod SHIFT, N, exec, swaync-client -t -sw # swayNC notification panel
|
||||
|
||||
|
||||
bind = $mainMod CTRL, L, movecurrentworkspacetomonitor, r
|
||||
bind = $mainMod CTRL, H, movecurrentworkspacetomonitor, l
|
||||
bind = $mainMod CTRL, K, movecurrentworkspacetomonitor, u
|
||||
bind = $mainMod CTRL, J, movecurrentworkspacetomonitor, d
|
||||
bind = $mainMod SHIFT, L, movecurrentworkspacetomonitor, r
|
||||
bind = $mainMod SHIFT, H, movecurrentworkspacetomonitor, l
|
||||
bind = $mainMod SHIFT, K, movecurrentworkspacetomonitor, u
|
||||
bind = $mainMod SHIFT, J, movecurrentworkspacetomonitor, d
|
||||
|
||||
bind = $mainMod, F, fullscreen, 1
|
||||
bind = $mainMod, Space, fullscreen, 0
|
||||
|
||||
$mainMod = SUPER
|
||||
$files = hyprdrop ghostty --identifier yazi_hyprdrop --args="yazi" --env="PWD=~/"
|
||||
$term = ghostty
|
||||
$scriptsDir = $HOME/.config/hypr/scripts
|
||||
|
||||
# rofi App launcher
|
||||
#bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window # Super Key to Launch rofi menu
|
||||
bind = $mainMod, Tab, exec, nwg-drawer -pbexit "wayland-logout" -pbpoweroff "systemctl poweroff" -pbreboot "systemctl reboot"
|
||||
bind = ALT, Tab, exec, hyprswitch gui --mod-key alt --key tab
|
||||
|
||||
bind = $mainMod, Return, exec, $term #terminal
|
||||
bind = $mainMod, Return, exec, $term
|
||||
bind = $mainMod Shift, Return, exec, hyprdrop ghostty --identifier term_hyprdrop
|
||||
bind = $mainMod, T, exec, $files #file manager
|
||||
bind = $mainMod, T, exec, $files
|
||||
|
||||
bind = $mainMod, R, focusurgentorlast
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue