- added hyprexpo binding
- added yay default config with rebuild of -git packages
This commit is contained in:
@@ -155,6 +155,16 @@ master {
|
|||||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
|
|
||||||
|
plugin {
|
||||||
|
hyprexpo {
|
||||||
|
columns = 3
|
||||||
|
gap_size = 1
|
||||||
|
bg_col = rgb(111111)
|
||||||
|
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
|
||||||
|
|
||||||
|
gesture_distance = 300 # how far is the "max" for the gesture
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
@@ -176,6 +186,7 @@ bind = $mainMod, J, togglesplit, # dwindle
|
|||||||
bind = $mainMod, L, exec, hyprlock
|
bind = $mainMod, L, exec, hyprlock
|
||||||
bind = $mainMod, F, fullscreen,
|
bind = $mainMod, F, fullscreen,
|
||||||
bind = $mainMod, Delete, exec, ~/bin/suspend.sh
|
bind = $mainMod, Delete, exec, ~/bin/suspend.sh
|
||||||
|
bind = $mainMod, HOME, hyprexpo:expo, toggle
|
||||||
|
|
||||||
#laptop screen brightness
|
#laptop screen brightness
|
||||||
bind = $mainMod ALT, 1, exec, sudo brightnessctl s 10%
|
bind = $mainMod ALT, 1, exec, sudo brightnessctl s 10%
|
||||||
|
|||||||
5
.config/yay/config.json
Normal file
5
.config/yay/config.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"devel": true,
|
||||||
|
"timeupdate": true
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user