Updated hyprland init
This commit is contained in:
parent
5cddf0d301
commit
f4a3dcce86
@ -1,7 +1,7 @@
|
||||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
monitor=,2560x1440@59.9,auto,1
|
||||
monitor=,2560x1440,auto,1
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
@ -153,11 +153,6 @@ device {
|
||||
# accel_profile = adaptive
|
||||
}
|
||||
|
||||
device {
|
||||
name = input-remapper-elecom-trackball-mouse-deft-pro-trackball-forwarded
|
||||
sensitivity = 0.7
|
||||
# accel_profile = adaptive
|
||||
}
|
||||
|
||||
###################
|
||||
### KEYBINDINGS ###
|
||||
@ -177,7 +172,8 @@ bind = , PRINT, exec, hyprshot -m region
|
||||
|
||||
# Set monitor resolution
|
||||
bind = $mainMod, R, exec, hyprctl keyword monitor ",1920x1200,auto,1"
|
||||
bind = $mainMod CTRL, R, exec, hyprctl keyword monitor ",2560x1440@59.9,auto,1"
|
||||
bind = $mainMod CTRL, R, exec, hyprctl keyword monitor ",2560x1440,auto,1"
|
||||
bind = $mainMod CTRL, P, exec, hyprctl keyword monitor ",preferred,auto,1"
|
||||
|
||||
# Special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, scratchpad
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
monitor=,preferred,auto,1
|
||||
monitor=,2560x1440,auto,1
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
@ -147,11 +147,6 @@ device {
|
||||
# accel_profile = adaptive
|
||||
}
|
||||
|
||||
device {
|
||||
name = input-remapper-elecom-trackball-mouse-deft-pro-trackball-forwarded
|
||||
sensitivity = 0.7
|
||||
# accel_profile = adaptive
|
||||
}
|
||||
|
||||
###################
|
||||
### KEYBINDINGS ###
|
||||
@ -170,7 +165,8 @@ bind = , PRINT, exec, hyprshot -m region
|
||||
|
||||
# Set monitor resolution
|
||||
bind = $mainMod, R, exec, hyprctl keyword monitor ",1920x1200,auto,1"
|
||||
bind = $mainMod CTRL, R, exec, hyprctl keyword monitor ",preferred,auto,1"
|
||||
bind = $mainMod CTRL, R, exec, hyprctl keyword monitor ",2560x1440,auto,1"
|
||||
bind = $mainMod CTRL, P, exec, hyprctl keyword monitor ",preferred,auto,1"
|
||||
|
||||
# Special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, scratchpad
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user