mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 04:42:14 +00:00
update hyprland config
This commit is contained in:
parent
90c46cd55a
commit
bfd72f36f8
3 changed files with 15 additions and 2 deletions
|
|
@ -150,3 +150,16 @@ misc {
|
|||
new_window_takes_over_fullscreen = 2
|
||||
}
|
||||
|
||||
# Overview
|
||||
plugin {
|
||||
hyprexpo {
|
||||
columns = 3
|
||||
gap_size = 5
|
||||
bg_col = rgb(000000)
|
||||
workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
|
||||
enable_gesture = false # laptop touchpad, 4 fingers
|
||||
gesture_distance = 300 # how far is the "max"
|
||||
gesture_positive = false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -98,8 +98,6 @@ bindl = , XF86AudioMute, exec, ags run-js 'indicator.popup(1);'
|
|||
bindl = Super+Shift,M, exec, ags run-js 'indicator.popup(1);'
|
||||
|
||||
# ##################################### Plugins #########################################
|
||||
bind = Control+Super, P, exec, hyprctl plugin load "~/.config/hypr/plugins/droidbars.so"
|
||||
bind = Control+Super, O, exec, hyprctl plugin unload "~/.config/hypr/plugins/droidbars.so"
|
||||
|
||||
# Testing
|
||||
# bind = SuperAlt, f12, exec, notify-send "Hyprland version: $(hyprctl version | head -2 | tail -1 | cut -f2 -d ' ')" "owo" -a 'Hyprland keybind'
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ layerrule = noanim, anyrun
|
|||
layerrule = noanim, indicator.*
|
||||
layerrule = noanim, osk
|
||||
layerrule = noanim, hyprpicker
|
||||
layerrule = blur, shell:*
|
||||
layerrule = ignorealpha 0.6, shell:*
|
||||
|
||||
layerrule = noanim, noanim
|
||||
layerrule = blur, gtk-layer-shell
|
||||
|
|
|
|||
Loading…
Reference in a new issue