mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Adds espanso text expander and updates install packages, walker updates.
This commit is contained in:
@@ -41,7 +41,7 @@ bind = $mainMod, F, exec, $fileManager
|
||||
#bind = $mainMod, K, exec, $launch Komodo
|
||||
bind = $mainMod SHIFT, F, exec, $fileBrowser
|
||||
bind = $mainMod, G, exec, $pwa "https://git.housh.dev"
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
# NOTE: Do not bind apps to H, J, K, or L!
|
||||
bind = $mainMod, M, exec, ~/.local/bin/toggle-waybar
|
||||
bind = $mainMod, N, exec, $terminal -e nvim
|
||||
bind = $mainMod, P, exec, $pwa "https://pass.proton.me"
|
||||
@@ -68,12 +68,16 @@ bind = $mainMod, H, movefocus, l
|
||||
bind = $mainMod, L, movefocus, r
|
||||
bind = $mainMod, K, movefocus, u
|
||||
bind = $mainMod, J, movefocus, d
|
||||
|
||||
# Move windows with mainMod + Shift
|
||||
bind = $mainMod SHIFT, H, movewindow, l
|
||||
#bind = $mainMod SHIFT, H, swapsplit
|
||||
bind = $mainMod SHIFT, L, movewindow, r
|
||||
bind = $mainMod SHIFT, K, movewindow, u
|
||||
bind = $mainMod SHIFT, J, movewindow, d
|
||||
|
||||
bind = $HYPER, J, togglesplit # dwindle
|
||||
|
||||
# FIX: Changes size of window, this works a different depending on if
|
||||
# the window is on the right or left of the screen.
|
||||
#
|
||||
@@ -101,8 +105,8 @@ bind = $HYPER, 0, exec, ~/.local/bin/mv-all-workspaces-to-monitor 0
|
||||
bind = $HYPER, 1, exec, ~/.local/bin/mv-all-workspaces-to-monitor 1
|
||||
|
||||
# Move current workspace.
|
||||
bind = $HYPER, H, movecurrentworkspacetomonitor, 1
|
||||
bind = $HYPER, L, movecurrentworkspacetomonitor, 0
|
||||
# bind = $HYPER, H, movecurrentworkspacetomonitor, 1
|
||||
# bind = $HYPER, L, movecurrentworkspacetomonitor, 0
|
||||
|
||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||
|
||||
Reference in New Issue
Block a user