Minimize page
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-1,1920x1080,auto,1
|
||||
monitor=HDMI-A-1,1920x1080,auto,1
|
||||
monitor=HDMI-A-1,1920x1080,auto,1,mirror,eDP-1
|
||||
monitor=eDP-2,1920x1080,auto,1
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
@ -62,10 +62,10 @@ decoration {
|
||||
passes = 2
|
||||
}
|
||||
|
||||
drop_shadow = true
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
#drop_shadow = true
|
||||
#shadow_range = 4
|
||||
#shadow_render_power = 3
|
||||
#col.shadow = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
animations {
|
||||
@ -158,7 +158,7 @@ bind = $mainMod SHIFT, 6, movetoworkspace, 6
|
||||
bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
||||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
#bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
bind = $mainMod CONTROL, 1, movetoworkspacesilent, 1
|
||||
bind = $mainMod CONTROL, 2, movetoworkspacesilent, 2
|
||||
@ -169,7 +169,7 @@ bind = $mainMod CONTROL, 6, movetoworkspacesilent, 6
|
||||
bind = $mainMod CONTROL, 7, movetoworkspacesilent, 7
|
||||
bind = $mainMod CONTROL, 8, movetoworkspacesilent, 8
|
||||
bind = $mainMod CONTROL, 9, movetoworkspacesilent, 9
|
||||
bind = $mainMod CONTROL, 0, movetoworkspacesilent, 10
|
||||
bind = $mainMod, m, movetoworkspacesilent, 10
|
||||
|
||||
bind = $mainMod, -, movetoworkspacesilent, name:minimized
|
||||
bind = $mainMod, SPACE, swapnext
|
||||
@ -184,7 +184,7 @@ bind = ,XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -10%
|
||||
bind = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bind = ,XF86AudioMicMu, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
|
||||
bind = ,Print, exec, grim -g "$(slurp)"
|
||||
bind = ,Print, exec, grim -g "$(slurp)" - | wl-copy
|
||||
|
||||
bind = $mainMod, C, exec, hyprpicker -a
|
||||
|
||||
|
Reference in New Issue
Block a user