some workspace changes
This commit is contained in:
parent
4a19e7ebdf
commit
ef7a530ca2
2 changed files with 140 additions and 76 deletions
25
hotkeys.conf
25
hotkeys.conf
|
@ -58,15 +58,13 @@ $test = $scripts/a.sh
|
|||
# $screenshotTool = $scripts/screenshot_area
|
||||
$screenshotTool = hyprshot --clipboard-only -m region
|
||||
|
||||
# Test keybindings
|
||||
# bind = $mainMod SHIFT, T, exec, $scripts/a.sh
|
||||
# ─< exit hyprland >──────────────────────────────────────────────────────────────────────
|
||||
bind = $mainMod, M, exit,
|
||||
|
||||
# ─< window-actions >─────────────────────────────────────────────────────────────────────
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod SHIFT, F, togglefloating,
|
||||
bind = $mainMod, F, fullscreen,1
|
||||
bind = $mainMod, F, fullscreen, 1
|
||||
|
||||
# ─< start predefined applications >─────────────────────────────────────────────────────────────────
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
|
@ -77,22 +75,24 @@ bind = SUPER, R, exec, $rofi # backup for both variants
|
|||
bind = SUPER, T, exec, $tofi # backup for both variants
|
||||
bindr = SUPER, SUPER_L, exec, $menu
|
||||
bind = $mainMod SHIFT, W, exec, bash -c $wallpaper
|
||||
bind = $mainMod SHIFT, M, exec, $notify
|
||||
# bind = $mainMod SHIFT, M, exec, $notify
|
||||
bind = SUPER SHIFT, S, exec, $screenshotTool
|
||||
|
||||
bind = $mainMod CTRL, RETURN, exec, $logout
|
||||
bind = $SUPER, L, exec, $lockscreen
|
||||
|
||||
# ─< start other applications >───────────────────────────────────────────────────────────
|
||||
bind = $mainMod SHIFT, N, exec, nwg-look
|
||||
bind = $mainMod SHIFT, S, exec, steam
|
||||
bind = $mainMod, O, exec, obsidian
|
||||
bind = $mainMod, N, exec, neovide
|
||||
bind = $mainMod, V, exec, virt-manager
|
||||
bind = $mainMod, G, exec, $scripts/looking-glass.sh
|
||||
|
||||
bind = $mainMod CTRL, RETURN, exec, $logout
|
||||
bind = $SUPER, L, exec, $lockscreen
|
||||
|
||||
# ─< Hotkeys to scripts >─────────────────────────────────────────────────────────────────
|
||||
bind = $mainMod SHIFT, R, exec, $scripts/refresh.sh
|
||||
bind = $mainMod CTRL, G, exec, $scripts/looking-glass.sh
|
||||
# Test keybindings
|
||||
# bind = $mainMod SHIFT, T, exec, $scripts/a.sh
|
||||
|
||||
# ─< Switch workspaces with mainMod + [0-9] >─────────────────────────────────────────────
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
|
@ -104,7 +104,6 @@ bind = $mainMod, 6, workspace, 6
|
|||
bind = $mainMod, 7, workspace, 7
|
||||
bind = $mainMod, 8, workspace, 8
|
||||
bind = $mainMod, 9, workspace, 9
|
||||
# bind = $mainMod, 0, workspace, 0
|
||||
|
||||
# ─< Move active window to a workspace with mainMod + SHIFT + [0-9] >─────────────────────
|
||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||
|
@ -116,14 +115,20 @@ bind = $mainMod SHIFT, 6, movetoworkspace, 6
|
|||
bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
||||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
# bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# ─< gaming workspace with tearing true >────────────────────────────────────────────────────
|
||||
bind = $mainMod, G, workspace, 69
|
||||
bind = $mainMod SHIFT, G, movetoworkspace, 69
|
||||
|
||||
# ─< Example special workspace (scratchpad) >─────────────────────────────────────────────
|
||||
bind = $mainMod, X, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, X, movetoworkspace, special:magic
|
||||
|
||||
# ─< windoof lookingglass workspace >────────────────────────────────────────────────────────
|
||||
bind = $mainMod, Y, togglespecialworkspace, windoof
|
||||
bind = $mainMod SHIFT, Y, movetoworkspace, special:windoof
|
||||
|
||||
|
||||
# ─< Scroll through existing workspaces with mainMod + scroll >───────────────────────────
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
bind = $mainMod, mouse_up, workspace, e-1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue