add hycov keybindings

This commit is contained in:
Seymur Bagirov 2024-01-25 04:06:42 +04:00
parent 3be8691ab0
commit 24a962e8dc
5 changed files with 22 additions and 4 deletions

View File

@ -18,6 +18,9 @@ exec-once = wl-paste --type image --watch cliphist store #Stores only image data
exec-once = python3 -m http.server -d /home/themystery/Bento exec-once = python3 -m http.server -d /home/themystery/Bento
# initialize it here so that other conf files could use it
$mainMod = SUPER
# wallpapers # wallpapers
source = ~/.config/hypr/wallpaper.conf source = ~/.config/hypr/wallpaper.conf

View File

@ -183,7 +183,6 @@ device:epic-mouse-v1 {
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER
$secondaryMod = ALT $secondaryMod = ALT
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more

View File

@ -1,2 +1,18 @@
exec-once = hyprctl plugin load /home/themystery/Documents/hyprland-plugins/hyprland-official-plugins/csgo-vulkan-fix/csgo-vulkan-fix.so exec-once = hyprctl plugin load /home/themystery/Documents/hyprland-plugins/hyprland-official-plugins/csgo-vulkan-fix/csgo-vulkan-fix.so
exec-once = hyprctl plugin load /home/themystery/Documents/hyprland-plugins/hycov/build/libhycov.so exec-once = hyprctl plugin load /home/themystery/Documents/hyprland-plugins/hycov/build/libhycov.so
# keymaps
## hycov
bind = $mainMod, W, hycov:toggleoverview
# plugin config
plugin {
hycov {
enable_hotarea = 0
}
}

View File

@ -1,6 +1,6 @@
bind = $mainMod, R, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m drun bind = $mainMod, R, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m drun
bind = $mainMod, B, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m run bind = $mainMod, B, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m run
bind = $mainMod, W, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m window # bind = $mainMod, W, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m window
bind = $mainMod_ALT, B, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m filebrowser bind = $mainMod_ALT, B, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m filebrowser
bind = $mainMod, X, exec, ~/.config/rofi/powermenu/type-6/powermenu.sh bind = $mainMod, X, exec, ~/.config/rofi/powermenu/type-6/powermenu.sh
bind = $secondaryMod, V, exec, ~/.config/rofi/applets/bin/volume.sh bind = $secondaryMod, V, exec, ~/.config/rofi/applets/bin/volume.sh

View File

@ -1,7 +1,7 @@
# binding # binding
bind=CTRL,Tab,togglespecialworkspace bind=CTRL,Tab,togglespecialworkspace
bind=SUPER, Tab, togglespecialworkspace, minimize bind=$mainMod, Tab, togglespecialworkspace, minimize
bind=SUPER_SHIFT, C, movetoworkspacesilent, special:minimize bind=$mainMod_SHIFT, C, movetoworkspacesilent, special:minimize
# kitty # kitty
exec-once=[workspace special silent;size 75% 20%;move 12.5% 40] kitty exec-once=[workspace special silent;size 75% 20%;move 12.5% 40] kitty