refactor(hypr): binding changes
This commit is contained in:
parent
1e7f9cb9a9
commit
edc225a169
4 changed files with 23 additions and 21 deletions
|
@ -7,12 +7,12 @@ $launcher-scripts = ~/.config/rofi/scripts
|
||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
bind = $mainMod, W, exec, $scripts/launch_app $browser
|
bind = $mainMod, W, exec, $scripts/launch_app $browser
|
||||||
bind = $mainMod, O, exec, $scripts/launch_app $notetaking-app
|
# bind = $mainMod, O, exec, $scripts/launch_app $notetaking-app
|
||||||
|
bind = $mainMod, O, workspace, 9 # Obsidian
|
||||||
|
# bind = $mainMod, V, workspace, 8 # VM
|
||||||
bind = $mainMod SHIFT, O, exec, $scripts/launch_app $office-suite
|
bind = $mainMod SHIFT, O, exec, $scripts/launch_app $office-suite
|
||||||
bind = $mainMod SHIFT, E,exec, $scripts/launch_app $alter-file-manager
|
bind = $mainMod, E, exec, $scripts/launch_app $alter-file-manager
|
||||||
bind = $mainMod, RETURN, exec, $scripts/launch_app $terminal
|
bind = $mainMod, RETURN, exec, $scripts/launch_app $terminal
|
||||||
bind = $mainMod, BACKSPACE, exec, $scripts/launch_app $editor
|
|
||||||
bind = $mainMod SHIFT, BACKSPACE, exec, $scripts/launch_app $alter-editor
|
|
||||||
|
|
||||||
## Notifications Menu
|
## Notifications Menu
|
||||||
bind = $mainMod, N, exec, $notifications-menu-toggle
|
bind = $mainMod, N, exec, $notifications-menu-toggle
|
||||||
|
@ -24,17 +24,16 @@ bind = $mainMod CTRL, R, exec, $bar-reload
|
||||||
bind = $mainMod CTRL, T, exec, $bar-toggle
|
bind = $mainMod CTRL, T, exec, $bar-toggle
|
||||||
|
|
||||||
# Pickers/Launchers
|
# Pickers/Launchers
|
||||||
bind = $mainMod, 23, exec, $launcher # Tab
|
bind = $mainMod, TAB, exec, $launcher
|
||||||
bind = $mainMod SHIFT, W, exec, $launcher-scripts/wallpaper/wallpaper
|
bind = $mainMod SHIFT, W, exec, $launcher-scripts/wallpaper/wallpaper
|
||||||
bind = $mainMod, 61, exec, $launcher-scripts/keybindings/keybindings # /
|
bind = $mainMod, 61, exec, $launcher-scripts/keybindings/keybindings # /
|
||||||
bind = $mainMod SHIFT, V, exec, $launcher-scripts/wireguard/wireguard_selection menu
|
|
||||||
bind = $mainMod, ESCAPE, exec, $launcher-scripts/powermenu/powermenu
|
bind = $mainMod, ESCAPE, exec, $launcher-scripts/powermenu/powermenu
|
||||||
bind = $mainMod, Y, exec, $launcher-scripts/clipboard/clipboard
|
bind = $mainMod, Y, exec, $launcher-scripts/clipboard/clipboard
|
||||||
bind = $mainMod CTRL, E, exec, $launcher-scripts/emoji/emoji
|
bind = $mainMod CTRL, E, exec, $launcher-scripts/emoji/emoji
|
||||||
|
bind = $mainMod, P, exec, rofi-rbw
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
bind = CTRL, ESCAPE, exec, $launcher-scripts/screenshot/screenshot
|
bind = CTRL, ESCAPE, exec, $launcher-scripts/screenshot/screenshot --freeze
|
||||||
bind = SHIFT, ESCAPE, exec, $launcher-scripts/screenshot/screenshot --freeze
|
|
||||||
|
|
||||||
# Pyprland
|
# Pyprland
|
||||||
## Scratchpad Module
|
## Scratchpad Module
|
||||||
|
@ -49,13 +48,13 @@ bind = $mainMod, D, exec, pypr toggle dots
|
||||||
|
|
||||||
## Other Modules
|
## Other Modules
|
||||||
bind = $mainMod, Z, exec, pypr zoom
|
bind = $mainMod, Z, exec, pypr zoom
|
||||||
bind = $mainMod CTRL, W, exec, $scripts/random_wallpaper_hyprpaper
|
bind = $mainMod CTRL, W, exec, $scripts/random_wallpaper
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
## Basic Operations
|
## Basic Operations
|
||||||
bind = $mainMod, Q, killactive,
|
bind = $mainMod, Q, killactive,
|
||||||
bind = $mainMod, A, exec, $scripts/toggle_floating
|
bind = $mainMod, A, exec, $scripts/toggle_floating
|
||||||
bind = $mainMod, P, pseudo
|
bind = $mainMod SHIFT, P, pseudo
|
||||||
bind = $mainMod, F, fullscreen, 0
|
bind = $mainMod, F, fullscreen, 0
|
||||||
|
|
||||||
## Mouse
|
## Mouse
|
||||||
|
@ -164,8 +163,6 @@ bind = $mainMod, 60, focusmonitor, +1 # Period
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
## Audio
|
## Audio
|
||||||
bind = $mainMod CTRL, V, exec, ~/.local/bin/restartAudio
|
|
||||||
|
|
||||||
bindl = $mainMod CTRL, mouse:280, exec, swayosd-client --output-volume mute-toggle # Extra Up Button
|
bindl = $mainMod CTRL, mouse:280, exec, swayosd-client --output-volume mute-toggle # Extra Up Button
|
||||||
bindl = , XF86AudioMute, exec, swayosd-client --output-volume mute-toggle
|
bindl = , XF86AudioMute, exec, swayosd-client --output-volume mute-toggle
|
||||||
bindl = $mainMod CTRL, mouse:281, exec, swayosd-client --input-volume mute-toggle # Extra Down Button
|
bindl = $mainMod CTRL, mouse:281, exec, swayosd-client --input-volume mute-toggle # Extra Down Button
|
||||||
|
@ -183,21 +180,21 @@ bindl = $mainMod CTRL, mouse:276, exec, playerctl next # Extra Forward Button
|
||||||
bindl = $mainMod CTRL, 21, exec, playerctl next # Plus Key
|
bindl = $mainMod CTRL, 21, exec, playerctl next # Plus Key
|
||||||
|
|
||||||
bindle = , XF86AudioRaiseVolume, exec, swayosd-client --output-volume +10
|
bindle = , XF86AudioRaiseVolume, exec, swayosd-client --output-volume +10
|
||||||
bindle = $mainMod ALT, 21, exec, swayosd-client --output-volume raise # Minus key
|
bindle = $mainMod SHIFT, 21, exec, swayosd-client --output-volume raise # Minus key
|
||||||
bindle = , XF86AudioLowerVolume, exec, swayosd-client --output-volume -10
|
bindle = , XF86AudioLowerVolume, exec, swayosd-client --output-volume -10
|
||||||
bindle = $mainMod ALT, 20, exec, swayosd-client --output-volume lower # Plus key
|
bindle = $mainMod SHIFT, 20, exec, swayosd-client --output-volume lower # Plus key
|
||||||
|
|
||||||
bindle = , XF86InputRaiseVolume, exec, swayosd-client --input-volume raise
|
bindle = , XF86InputRaiseVolume, exec, swayosd-client --input-volume raise
|
||||||
bindle = $mainMod SHIFT, 21, exec, swayosd-client --input-volume raise # Minus key
|
bindle = $mainMod ALT, 21, exec, swayosd-client --input-volume raise # Minus key
|
||||||
bindle = , XF86InputLowerVolume, exec, swayosd-client --input-volume lower
|
bindle = , XF86InputLowerVolume, exec, swayosd-client --input-volume lower
|
||||||
bindle = $mainMod SHIFT, 20, exec, swayosd-client --input-volume lower # Plus key
|
bindle = $mainMod ALT, 20, exec, swayosd-client --input-volume lower # Plus key
|
||||||
|
|
||||||
## Brightness
|
## Brightness
|
||||||
bindle = , XF86MonBrightnessUp, exec, swayosd-client --brightness +10
|
bindle = , XF86MonBrightnessUp, exec, swayosd-client --brightness +10
|
||||||
bindle = , XF86MonBrightnessDown, exec, swayosd-client --brightness -10
|
bindle = , XF86MonBrightnessDown, exec, swayosd-client --brightness -10
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
# Color picker
|
## Color picker
|
||||||
bind = $mainMod, INSERT, exec, $scripts/color_picker
|
bind = $mainMod, INSERT, exec, $scripts/color_picker
|
||||||
|
|
||||||
## Disable anim, blur, etc
|
## Disable anim, blur, etc
|
||||||
|
@ -212,3 +209,9 @@ bind = $mainMod, F1, exec, xdg-open https://wiki.hyprland.org/
|
||||||
## Zoom
|
## Zoom
|
||||||
bind = $mainMod SHIFT, mouse:276, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 + 0.5}')
|
bind = $mainMod SHIFT, mouse:276, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 + 0.5}')
|
||||||
bind = $mainMod SHIFT, mouse:275, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 - 0.5}')
|
bind = $mainMod SHIFT, mouse:275, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 - 0.5}')
|
||||||
|
|
||||||
|
## VM Keys
|
||||||
|
bind = $mainMod, 119, submap, passthru # Supr
|
||||||
|
submap = passthru
|
||||||
|
bind = $mainMod SHIFT, 119, submap, reset # Supr
|
||||||
|
submap = reset
|
||||||
|
|
|
@ -15,4 +15,4 @@ plugin {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Keybinds
|
# Keybinds
|
||||||
bind = ALT, ESCAPE, hyprexpo:expo, toggle
|
bind = SHIFT, ESCAPE, hyprexpo:expo, toggle
|
||||||
|
|
|
@ -8,7 +8,6 @@ plugin {
|
||||||
gap_size = 15
|
gap_size = 15
|
||||||
bg_color = $base
|
bg_color = $base
|
||||||
border_size = 3
|
border_size = 3
|
||||||
exit_behavior = active
|
|
||||||
|
|
||||||
gaps {
|
gaps {
|
||||||
rows = 3
|
rows = 3
|
||||||
|
@ -23,4 +22,4 @@ plugin {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Keybinds
|
# Keybinds
|
||||||
bind = ALT, ESCAPE, hyprtasking:toggle, cursor
|
bind = SHIFT, ESCAPE, hyprtasking:toggle, cursor
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
animations {
|
animations {
|
||||||
enabled = 1
|
enabled = true
|
||||||
|
|
||||||
bezier = default, 0.05, 0.9, 0.1, 1.02
|
bezier = default, 0.05, 0.9, 0.1, 1.02
|
||||||
bezier = wind, 0.05, 0.9, 0.1, 1.02
|
bezier = wind, 0.05, 0.9, 0.1, 1.02
|
||||||
|
|
Loading…
Add table
Reference in a new issue