preparing for local only install, updating will happen through script
parent
2a35892a0d
commit
cc5853cd03
|
|
@ -48,20 +48,20 @@ $vimright = l
|
|||
$vimup = k
|
||||
$vimdown = j
|
||||
|
||||
bind = $mainMod CTRL, P, exec, bash ~/Dotfiles/desktopenvs/hyprland/scripts/togglewinbars.sh
|
||||
bind = $mainMod CTRL, P, exec, bash ~/.config/scripts/togglewinbars.sh
|
||||
#bind = $mainMod, E, hyprexpo:expo, toggle
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
bind = $mainMod SHIFT, T, exec, cool-retro-term -p /home/themiro/Dotfiles/desktopenvs/hyprland/CRT
|
||||
bind = $mainMod, Z, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/togglebar.sh
|
||||
bind = $mainMod, Z, exec, ~/.config/scripts/togglebar.sh
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod, M, exec, $editor
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod ALT, E, exec, pcmanfm-qt
|
||||
bind = $mainMod, X, exec, wofi --show=run
|
||||
bind = $mainMod, F, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/wofi-file-search.sh
|
||||
bind = $mainMod SHIFT, F, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/foldersearch.sh
|
||||
bind = $mainMod, F, exec, ~/.config/scripts/wofi-file-search.sh
|
||||
bind = $mainMod SHIFT, F, exec, ~/.config/scripts/foldersearch.sh
|
||||
bind = $mainMod ALT, F, exec, wofi-calc
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod SHIFT, V, tagwindow, +centered
|
||||
|
|
@ -71,7 +71,7 @@ bind = $mainMod, B, togglesplit, # dwindle
|
|||
bind = $mainMod SHIFT, O, exec, hyprctl dispatch exit 1
|
||||
bind = $mainMod, O, exec, hyprlock
|
||||
#power-dmenu
|
||||
bind = $mainMod ALT, O, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/pwr-dmenu.sh
|
||||
bind = $mainMod ALT, O, exec, ~/.config/scripts/pwr-dmenu.sh
|
||||
#bind = $mainMod, A, exec, killall waybar ; waybar
|
||||
bind = $mainMod CTRL, B, exec, eww reload
|
||||
bind = $mainMod, N, exec, nextcloud
|
||||
|
|
@ -80,11 +80,11 @@ bind = $mainMod, I, exec, iwmenu --launcher walker
|
|||
bind = $mainMod ALT, I, exec, bzmenu --launcher walker
|
||||
|
||||
bind = $mainMod, S, exec, [tag +mixer] pavucontrol
|
||||
bind = $mainMod, F1, exec, [tag +centered] kitty ~/Dotfiles/desktopenvs/hyprland/scripts/helpmenu.sh
|
||||
bind = $mainMod, F1, exec, [tag +centered] kitty ~/.config/scripts/helpmenu.sh
|
||||
bind = $mainMod, U, exec, [tag +centered-L] kitty btop
|
||||
bind = $mainMod SHIFT, F1, exec, [tag +centered-L] kitty nvim ~/.config/binds.conf
|
||||
bind = $mainMod CTRL, E, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/screenrotationwcw.sh
|
||||
bind = $mainMod CTRL, D, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/screenrotationacw.sh
|
||||
bind = $mainMod CTRL, E, exec, ~/.config/scripts/screenrotationwcw.sh
|
||||
bind = $mainMod CTRL, D, exec, ~/.config/scripts/screenrotationacw.sh
|
||||
|
||||
# Move focus with mainMod + vim keys
|
||||
bind = $mainMod, $vimleft, movefocus, l
|
||||
|
|
@ -222,14 +222,14 @@ bind = $mainMod SHIFT, $vimdown, movewindow, d
|
|||
|
||||
#nwg-dock-hyprland -mb 15 -r -p
|
||||
|
||||
bind = $mainMod SHIFT, W, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -ml 15 -r -s style.css -p left
|
||||
bind = $mainMod SHIFT, E, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -mr 15 -r -s style.css -p right
|
||||
bind = $mainMod SHIFT, S, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -mt 80 -r -s style.css -p top
|
||||
bind = $mainMod SHIFT, D, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -mb 15 -r -s style.css -p bottom
|
||||
bind = $mainMod SHIFT, W, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/.config/scripts/drawer.sh -ml 15 -r -s style.css -p left
|
||||
bind = $mainMod SHIFT, E, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/.config/scripts/drawer.sh -mr 15 -r -s style.css -p right
|
||||
bind = $mainMod SHIFT, S, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/.config/scripts/drawer.sh -mt 80 -r -s style.css -p top
|
||||
bind = $mainMod SHIFT, D, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/.config/scripts/drawer.sh -mb 15 -r -s style.css -p bottom
|
||||
|
||||
bindr = $mainMod, D, exec, nwg-dock-hyprland
|
||||
bind = $mainMod SHIFT, A, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh
|
||||
bind = $mainMod, W, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/menu.sh
|
||||
bind = $mainMod SHIFT, A, exec, ~/.config/scripts/drawer.sh
|
||||
bind = $mainMod, W, exec, ~/.config/scripts/menu.sh
|
||||
#GROUPS
|
||||
|
||||
bind = $mainMod ALT, C, togglegroup,
|
||||
|
|
@ -254,8 +254,8 @@ bind = $mainMod, Y, changegroupactive, b
|
|||
bind = $mainMod SHIFT, Q, exec, hyprctl kill
|
||||
|
||||
#screenshot capture
|
||||
bind = , Print, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/screenshot.sh
|
||||
bind = $mainMod, P, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/screenshot.sh
|
||||
bind = , Print, exec, ~/.config/scripts/screenshot.sh
|
||||
bind = $mainMod, P, exec, ~/.config/scripts/screenshot.sh
|
||||
bind = $mainMod SHIFT, P, exec, hyprpicker | wl-copy
|
||||
|
||||
#audio controls
|
||||
|
|
@ -272,12 +272,12 @@ bindle=, XF86MonBrightnessDown, exec, bri --down
|
|||
|
||||
bindl=, XF86AudioPlay, exec, playerctl play-pause -p spotify, vlc
|
||||
|
||||
bind= $mainMod CTRL, I, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/getispeed.sh
|
||||
bind= $mainMod CTRL, I, exec, ~/.config/scripts/getispeed.sh
|
||||
#bind= $mainMod SHIFT, I, exec, env GTK_THEME=cyberqueer nm-connection-editor
|
||||
bind= $mainMod CTRL, C, exec, dunstctl close-all
|
||||
bind= $mainMod CTRL, G, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/onscreenkb.sh
|
||||
bind= $mainMod SHIFT, C, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/caffeine.sh
|
||||
bind= $mainMod SHIFT, X, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/hyprland-toggle-touchpad.sh
|
||||
bind= $mainMod CTRL, G, exec, ~/.config/scripts/onscreenkb.sh
|
||||
bind= $mainMod SHIFT, C, exec, ~/.config/scripts/caffeine.sh
|
||||
bind= $mainMod SHIFT, X, exec, ~/.config/scripts/hyprland-toggle-touchpad.sh
|
||||
|
||||
bind= $mainMod CTRL, W ,exec, hyprctl hyprsunset gamma +10
|
||||
bind= $mainMod CTRL, S ,exec, hyprctl hyprsunset gamma -10
|
||||
|
|
|
|||
Loading…
Reference in New Issue