nix update
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=,preferred,auto,1
|
||||
monitor=DP-1,3840x2160@60,right,1.5
|
||||
monitor=HDMI-A-1,3840x2160@30,right,1.5
|
||||
monitor=HDMI-A-1,2560x1440@59.95,right,1.5
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
@@ -167,9 +167,8 @@ bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, Space, exec, $menu
|
||||
bind = $mainMod, P, togglesplit, # dwindle
|
||||
bind = $mainMod SHIFT, Return, exec, firefox
|
||||
|
||||
# Move focus with mainMod + hjkl
|
||||
@@ -202,7 +201,7 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# Rotate screen with arrows
|
||||
# Rotate screen with arrows //TODO: apply to 'current', don't change resolution, frame rate, or scale. Just Rotate
|
||||
bind = $mainMod SHIFT, up, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,0"
|
||||
bind = $mainMod SHIFT, down, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,2"
|
||||
bind = $mainMod SHIFT, left, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,1"
|
||||
@@ -212,12 +211,9 @@ bind = $mainMod SHIFT, right, exec, hyprctl keyword monitor "eDP-1,preferred,aut
|
||||
# Screenshot to clipboard
|
||||
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
|
||||
# Make display fullscreen (hide the waybar)
|
||||
bind = $mainMod SHIFT, f, fullscreen
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
bind = $mainMod, mouse_up, workspace, e-1
|
||||
|
||||
Reference in New Issue
Block a user