feat: Add a ton of updates
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
$terminal = alacritty
|
||||
$fileManager = dolphin
|
||||
$menu = pgrep -x tofi-drun && pkill -x tofi-drun || tofi-drun --drun-launch=true > ~/.logs/tofi-drun.log 2>&1 &
|
||||
$clipboard = /home/nathan/.local/bin/clipse
|
||||
$StartWallpaperTimer = systemctl --user start wallpaper.timer && WallRizz -r -n -d ~/.config/backgrounds
|
||||
|
||||
|
||||
|
||||
@@ -14,16 +16,16 @@ bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod, F, togglefloating,
|
||||
bind = $mainMod, space, exec, $menu
|
||||
bind = ALT, SPACE, exec, ~/.config/hypr/scripts/search-windows.sh
|
||||
bind = CTRL ALT, Delete, exit
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
bind = $mainMod, H, exec, alacritty --class float -e ~/.config/hypr/scripts/help.py
|
||||
|
||||
#bind = $mainMod, V, exec, [float] alacritty --class clipse -e /home/nathan/.local/bin/clipse
|
||||
bind = $mainMod, V, exec, [float] kitty --class float-80 -e /home/nathan/.local/bin/clipse
|
||||
bind = $mainMod, V, exec, [float] kitty --class float-80 -e $clipboard
|
||||
|
||||
|
||||
|
||||
# bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, J, togglesplit,
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
@@ -74,13 +76,6 @@ bind = $mainMod CTRL, S, movetoworkspace, special:terminal
|
||||
bind = $mainMod SHIFT, S, exec, hyprshot -m region
|
||||
bind = $mainMod CTRL SHIFT, S, exec, hyprshot -m window -m active
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
# bind = $mainMod, mouse_down, workspace, e+1
|
||||
# bind = $mainMod, mouse_up, workspace, e-1
|
||||
|
||||
|
||||
## Custom hyprland module keybinds
|
||||
|
||||
# hyprlang noerror true
|
||||
|
||||
|
||||
@@ -113,8 +108,8 @@ bindl=, XF86AudioPrev, exec, playerctl previous
|
||||
bindl= $mainMod CTRL, XF86TouchpadToggle, exec, hyprctl notify -1 2000 -1 "TODO Touchpad Toggle"
|
||||
bind = $mainMod, P, exec, hyprctl notify -1 2000 -1 "TODO Screen Settings"
|
||||
bindl = , Print, exec, hyprshot -m output -m active
|
||||
bindl = $mainMod, Print, exec, hyprshot -m window -m active
|
||||
bindl = $mainMod CTRL, Print, exec, hyprshot -m region
|
||||
bind = $mainMod, Print, exec, hyprshot -m window -m active
|
||||
bind = $mainMod CTRL, Print, exec, hyprshot -m region
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
@@ -135,7 +130,7 @@ bind = $mainMod, T, exec, alacritty --config-file ~/dotfiles/.alacritty-nozellij
|
||||
|
||||
|
||||
bind = $mainMod, W, exec, ~/.config/hypr/scripts/wallpaper.sh
|
||||
bind = $mainMod CTRL, W, exec, systemctl --user start wallpaper.timer && WallRizz -r -n -d ~/.config/backgrounds
|
||||
bind = $mainMod CTRL, W, exec, $StartWallpaperTimer
|
||||
|
||||
|
||||
# Capslock toggle submap
|
||||
@@ -145,32 +140,21 @@ submap = capsmode
|
||||
# Bindings for submap
|
||||
|
||||
bind = , 1, exec, hyprctl notify 5 2000 0 "Opening Brave Browser"
|
||||
bind = , 1, exec,brave --proxy-pac-url="https://pac.cn01.woodburn.au/proxy.pac" --enable-features=UseOzonePlatform --ozone-platform=wayland --use-gl=angle --ignore-gpu-blocklist --enable-features=VaapiVideoEncoder,VaapiVideoDecoder,CanvasOopRasterization,VaapiIgnoreDriverChecks,VaapiVideoDecodeLinuxGL,AcceleratedVideoEncoder,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE --disable-gpu-memory-buffer-video-frames
|
||||
bind = , 1, exec, brave --proxy-pac-url="https://pac.cn01.woodburn.au/proxy.pac" --enable-features=UseOzonePlatform --ozone-platform=wayland --use-gl=angle --ignore-gpu-blocklist --enable-features=VaapiVideoEncoder,VaapiVideoDecoder,CanvasOopRasterization,VaapiIgnoreDriverChecks,VaapiVideoDecodeLinuxGL,AcceleratedVideoEncoder,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE --disable-gpu-memory-buffer-video-frames
|
||||
bind = , 1, submap, reset
|
||||
|
||||
bind = , 2, togglespecialworkspace, c2
|
||||
bind = SHIFT, 2, movetoworkspace, special:c2
|
||||
|
||||
bind = , 3, togglespecialworkspace, c3
|
||||
bind = SHIFT, 3, movetoworkspace, special:c3
|
||||
|
||||
bind = , 4, togglespecialworkspace, c4
|
||||
bind = SHIFT, 4, movetoworkspace, special:c4
|
||||
|
||||
bind = , 5, togglespecialworkspace, c5
|
||||
bind = SHIFT, 5, movetoworkspace, special:c5
|
||||
|
||||
bind = , 6, togglespecialworkspace, c6
|
||||
bind = SHIFT, 6, movetoworkspace, special:c6
|
||||
bind = , 2, exec, hyprpanel -q
|
||||
bind = , 2, exec, hyprpanel
|
||||
bind = , 2, submap, reset
|
||||
|
||||
|
||||
bind = , 0, exec, hyprctl notify 5 2000 0 "Restarting hyprpaper"
|
||||
bind = , 0, exec, hyprpaper >> ~/.logs/hyprpaper.log
|
||||
bind = , 0, submap, reset
|
||||
|
||||
# Disable errors for this plugin
|
||||
# hyprlang noerror true
|
||||
bind = , I, invertactivewindow
|
||||
bind = , I, submap, reset
|
||||
# hyprlang noerror false
|
||||
|
||||
bind = , V, exec, hyprctl notify 5 2000 0 "Resetting Virtual Desks..."
|
||||
bind = , V, exec, hyprctl dispatch vdeskreset
|
||||
bind = , V, submap, reset
|
||||
|
||||
@@ -181,22 +165,27 @@ bind = , K, submap, reset
|
||||
bind = , O, exec, hyprctl notify 2 2000 0 "Set Opacity..."
|
||||
bind = , O, submap, opacity
|
||||
|
||||
# Help information
|
||||
bind = , H, exec, alacritty --class float -e ~/.config/hypr/scripts/help.py
|
||||
bind = , H, submap, reset
|
||||
|
||||
bind = , catchall, submap, reset
|
||||
|
||||
|
||||
# Opacity submap
|
||||
submap = opacity
|
||||
bind = , 1, exec, ~/.config/hypr/scripts/opacity.sh 0.1
|
||||
bind = , 2, exec, ~/.config/hypr/scripts/opacity.sh 0.2
|
||||
bind = , 3, exec, ~/.config/hypr/scripts/opacity.sh 0.3
|
||||
bind = , 4, exec, ~/.config/hypr/scripts/opacity.sh 0.4
|
||||
bind = , 5, exec, ~/.config/hypr/scripts/opacity.sh 0.5
|
||||
bind = , 6, exec, ~/.config/hypr/scripts/opacity.sh 0.6
|
||||
bind = , 7, exec, ~/.config/hypr/scripts/opacity.sh 0.7
|
||||
bind = , 8, exec, ~/.config/hypr/scripts/opacity.sh 0.8
|
||||
bind = , 9, exec, ~/.config/hypr/scripts/opacity.sh 0.9
|
||||
bind = , 0, exec, ~/.config/hypr/scripts/opacity.sh 1
|
||||
bind = , C, exec, ~/.config/hypr/scripts/opacity.sh -1
|
||||
bind = , 1, exec, ~/.config/hypr/scripts/opacity.py 0.1
|
||||
bind = , 2, exec, ~/.config/hypr/scripts/opacity.py 0.2
|
||||
bind = , 3, exec, ~/.config/hypr/scripts/opacity.py 0.3
|
||||
bind = , 4, exec, ~/.config/hypr/scripts/opacity.py 0.4
|
||||
bind = , 5, exec, ~/.config/hypr/scripts/opacity.py 0.5
|
||||
bind = , 6, exec, ~/.config/hypr/scripts/opacity.py 0.6
|
||||
bind = , 7, exec, ~/.config/hypr/scripts/opacity.py 0.7
|
||||
bind = , 8, exec, ~/.config/hypr/scripts/opacity.py 0.8
|
||||
bind = , 9, exec, ~/.config/hypr/scripts/opacity.py 0.9
|
||||
bind = , 0, exec, ~/.config/hypr/scripts/opacity.py 1
|
||||
bind = , C, exec, ~/.config/hypr/scripts/opacity.py -1
|
||||
bind = , code:20, exec, ~/.config/hypr/scripts/opacity.py -1
|
||||
bind = , catchall, submap, reset
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user