Return to form
This commit is contained in:
parent
0ffc8e4c1d
commit
5a6629631e
6 changed files with 93 additions and 39 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
# This is an example Hyprland config file.
|
||||
# Refer to the wiki for more information.
|
||||
# https://wiki.hyprland.org/Configuring/Configuring-Hyprland/
|
||||
# https://wiiki.hyprland.org/Configuring/Configuring-Hyprland/
|
||||
|
||||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki
|
||||
|
|
@ -23,7 +23,8 @@
|
|||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=,1920x1080@75,0x0,1,vrr,2
|
||||
monitor=DP-1,2560x1440@165,0x0,1,vrr,2
|
||||
monitor=DP-2,preferred,auto,1, transform, 1
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
|
|
@ -228,8 +229,8 @@ misc {
|
|||
}
|
||||
|
||||
render {
|
||||
explicit_sync = 1
|
||||
explicit_sync_kms = 1
|
||||
# explicit_sync = 1
|
||||
# explicit_sync_kms = 1
|
||||
direct_scanout = false #Important!
|
||||
}
|
||||
|
||||
|
|
@ -277,12 +278,12 @@ input {
|
|||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
# workspace_swipe = false
|
||||
}
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
no_break_fs_vrr = true
|
||||
no_break_fs_vrr = 2
|
||||
inactive_timeout = 1
|
||||
}
|
||||
|
||||
|
|
@ -299,9 +300,10 @@ device {
|
|||
####################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
$mainMod = MOD5 # Sets "RAlt" key as main modifier
|
||||
$emergencyMod = SHIFT # for whenever kbd/evdev is reset, so that I don't have to open another tty
|
||||
$secondaryMod = SUPER
|
||||
#$mainMod = MOD5 # Sets "RAlt" key as main modifier
|
||||
$mainMod = SUPER
|
||||
#$emergencyMod = SHIFT # for whenever kbd/evdev is reset, so that I don't have to open another tty
|
||||
$secondaryMod = LCTRL
|
||||
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue