mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Adds waybarctl to combine scripts that were similar.
This commit is contained in:
4
env/.config/hypr/keybinds.conf
vendored
4
env/.config/hypr/keybinds.conf
vendored
@@ -56,11 +56,11 @@ bindd = $mainMod, K, Focus window - up, movefo
|
||||
bindd = $mainMod, L, Focus window - right, movefocus, r # move window focus using vim keys
|
||||
bindd = $mainMod SHIFT, L, Workspace - forward, workspace, +1
|
||||
bindd = $mainMod, M, [M]usic - apple, exec, $pwa --special music "https://music.apple.com"
|
||||
bindd = $mainMod SHIFT, M, [M]enu bar - toggle visible, exec, $scripts/toggle-waybar
|
||||
bindd = $mainMod SHIFT, M, [M]enu bar - toggle visible, exec, $scripts/waybarctl --toggle
|
||||
bindd = $mainMod, O, Purchase [o]rders, exec, $pwa --special dispatch "https://po.housh.dev"
|
||||
bindd = $mainMod, P, [P]assword manager, exec, $pwa --special pass "https://pass.proton.me"
|
||||
bindd = $mainMod SHIFT, P, Toggle [p]seudo window mode, pseudo, # dwindle
|
||||
bindd = $mainMod SHIFT, R, [R]estart menu bar, exec, $scripts/waybar-restart
|
||||
bindd = $mainMod SHIFT, R, [R]estart menu bar, exec, $scripts/waybarctl --restart
|
||||
bindd = $mainMod, S, Toggle [s]pecial workspace, togglespecialworkspace, magic # use $windowMod S to send window to the special workspace
|
||||
bindd = $mainMod, Y, [Y]ouTube, exec, $pwa --or-focus "https://youtube.com"
|
||||
bindd = $mainMod, U, [U]nifi, exec, $pwa "https://unifi.ui.com"
|
||||
|
||||
26
env/.config/utils-launcher/config.json
vendored
26
env/.config/utils-launcher/config.json
vendored
@@ -1,34 +1,34 @@
|
||||
[
|
||||
{
|
||||
"name": "Install Web App",
|
||||
"name": "App - install web app",
|
||||
"exec": "$SCRIPTS/hypr/install-webapp"
|
||||
},
|
||||
{
|
||||
"name": "Uninstall Desktop App",
|
||||
"name": "App - uninstall desktop app",
|
||||
"exec": "$SCRIPTS/hypr/uninstall-desktop-app"
|
||||
},
|
||||
{
|
||||
"name": "Active Window Table / Picker",
|
||||
"exec": "$SCRIPTS/hypr/window-table"
|
||||
},
|
||||
{
|
||||
"name": "Clear Clipboard History",
|
||||
"name": "Clipboard - clear history",
|
||||
"exec": "$SCRIPTS/hypr/clear-clipboard-history && echo Done"
|
||||
},
|
||||
{
|
||||
"name": "Restart waybar",
|
||||
"exec": "$SCRIPTS/hypr/waybar-restart"
|
||||
"name": "Waybar - restart",
|
||||
"exec": "$SCRIPTS/hypr/waybarctl --restart"
|
||||
},
|
||||
{
|
||||
"name": "Toggle waybar",
|
||||
"exec": "$SCRIPTS/hypr/toggle-waybar"
|
||||
"name": "Waybar -- toggle",
|
||||
"exec": "$SCRIPTS/hypr/waybarctl --toggle"
|
||||
},
|
||||
{
|
||||
"name": "Close Windows - Active Workspace",
|
||||
"name": "Windows - active window table / picker",
|
||||
"exec": "$SCRIPTS/hypr/window-table"
|
||||
},
|
||||
{
|
||||
"name": "Windows - close ALL in active workspace",
|
||||
"exec": "$SCRIPTS/hypr/close-windows --active-workspace"
|
||||
},
|
||||
{
|
||||
"name": "Close Windows - ALL",
|
||||
"name": "Windows - close ALL in all workspaces",
|
||||
"exec": "$SCRIPTS/hypr/close-windows --all"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user