mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Getting emacs to lag less in wayland
This commit is contained in:
parent
ff55d91f0f
commit
260ff5fb64
5 changed files with 25 additions and 2 deletions
|
@ -9,6 +9,19 @@
|
|||
bind=SUPER,RETURN,exec,alacritty
|
||||
bind=SUPER,A,exec,emacs
|
||||
bind=SUPER,S,exec,librewolf
|
||||
bind=SUPER,code:47,exec,wofi --show drun
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
monitor=eDP-1,1920x1080,1000x1200,1
|
||||
monitor=HDMI-A-1,1920x1200,1920x0,1
|
||||
monitor=DP-1,1920x1200,0x0,1
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_options = caps:escape
|
||||
repeat_delay = 350
|
||||
repeat_rate = 50
|
||||
}
|
||||
'';
|
||||
xwayland = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue