mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
add hycov keybindings
This commit is contained in:
parent
3be8691ab0
commit
24a962e8dc
@ -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
|
||||
|
||||
# initialize it here so that other conf files could use it
|
||||
$mainMod = SUPER
|
||||
|
||||
# wallpapers
|
||||
source = ~/.config/hypr/wallpaper.conf
|
||||
|
||||
|
@ -183,7 +183,6 @@ device:epic-mouse-v1 {
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
$secondaryMod = ALT
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
|
@ -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/hycov/build/libhycov.so
|
||||
|
||||
|
||||
# keymaps
|
||||
|
||||
## hycov
|
||||
bind = $mainMod, W, hycov:toggleoverview
|
||||
|
||||
|
||||
|
||||
|
||||
# plugin config
|
||||
plugin {
|
||||
hycov {
|
||||
enable_hotarea = 0
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
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, 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, X, exec, ~/.config/rofi/powermenu/type-6/powermenu.sh
|
||||
bind = $secondaryMod, V, exec, ~/.config/rofi/applets/bin/volume.sh
|
||||
|
@ -1,7 +1,7 @@
|
||||
# binding
|
||||
bind=CTRL,Tab,togglespecialworkspace
|
||||
bind=SUPER, Tab, togglespecialworkspace, minimize
|
||||
bind=SUPER_SHIFT, C, movetoworkspacesilent, special:minimize
|
||||
bind=$mainMod, Tab, togglespecialworkspace, minimize
|
||||
bind=$mainMod_SHIFT, C, movetoworkspacesilent, special:minimize
|
||||
|
||||
# kitty
|
||||
exec-once=[workspace special silent;size 75% 20%;move 12.5% 40] kitty
|
||||
|
Loading…
Reference in New Issue
Block a user