screen rotations
This commit is contained in:
@@ -47,14 +47,6 @@ env = HYPRCURSOR_SIZE,18
|
|||||||
### LOOK AND FEEL ###
|
### LOOK AND FEEL ###
|
||||||
#####################
|
#####################
|
||||||
|
|
||||||
# Hide waybar in fullscreen
|
|
||||||
layerrule = blur, waybar
|
|
||||||
layerrule = opaque, waybar
|
|
||||||
layerrule = ignorealpha 0, waybar
|
|
||||||
layerrule = noanim, waybar
|
|
||||||
layerrule = nofocus, waybar
|
|
||||||
layerrule = noinput, waybar
|
|
||||||
|
|
||||||
# Refer to https://wiki.hyprland.org/Configuring/Variables/
|
# Refer to https://wiki.hyprland.org/Configuring/Variables/
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||||
@@ -210,10 +202,11 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
|||||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||||
|
|
||||||
# Rotate screen with arrows
|
# Rotate screen with arrows
|
||||||
bind = $mainMod SHIFT, up, hyprctl keyword monitor eDP-1,preferred,auto,1,transform,0
|
bind = $mainMod SHIFT, up, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,0"
|
||||||
bind = $mainMod SHIFT, down, hyprctl keyword monitor eDP-1,preferred,auto,1,transform,2
|
bind = $mainMod SHIFT, down, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,2"
|
||||||
bind = $mainMod SHIFT, left, hyprctl keyword monitor eDP-1,preferred,auto,1,transform,1
|
bind = $mainMod SHIFT, left, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,1"
|
||||||
bind = $mainMod SHIFT, right, hyprctl keyword monitor eDP-1,preferred,auto,1,transform,3
|
bind = $mainMod SHIFT, right, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,3"
|
||||||
|
|
||||||
|
|
||||||
# Screenshot to clipboard
|
# Screenshot to clipboard
|
||||||
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy
|
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||||
|
|||||||
Reference in New Issue
Block a user