xwayland-satellite, scroll, more bindings
This commit is contained in:
parent
5d13b3f66c
commit
e34b8c1159
1 changed files with 11 additions and 4 deletions
15
niri.kdl
15
niri.kdl
|
|
@ -6,6 +6,12 @@
|
||||||
// Ask clients to omit their client-side decorations
|
// Ask clients to omit their client-side decorations
|
||||||
prefer-no-csd
|
prefer-no-csd
|
||||||
|
|
||||||
|
spawn-at-startup "xwayland-satellite"
|
||||||
|
|
||||||
|
environment {
|
||||||
|
DISPLAY ":1"
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
keyboard {
|
keyboard {
|
||||||
xkb {
|
xkb {
|
||||||
|
|
@ -17,7 +23,8 @@ input {
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
tap
|
tap
|
||||||
natural-scroll
|
// natural-scroll
|
||||||
|
scroll-factor 0.35
|
||||||
}
|
}
|
||||||
|
|
||||||
mouse {
|
mouse {
|
||||||
|
|
@ -84,7 +91,7 @@ binds {
|
||||||
|
|
||||||
Super+T hotkey-overlay-title="Open a Terminal: wezterm" { spawn "wezterm"; }
|
Super+T hotkey-overlay-title="Open a Terminal: wezterm" { spawn "wezterm"; }
|
||||||
Super+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
|
Super+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
|
||||||
// Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
|
Super+E { spawn "ndrop" "emacsclient -c"; }
|
||||||
|
|
||||||
XF86AudioRaiseVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"; }
|
XF86AudioRaiseVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"; }
|
||||||
XF86AudioLowerVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"; }
|
XF86AudioLowerVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"; }
|
||||||
|
|
@ -138,8 +145,8 @@ binds {
|
||||||
|
|
||||||
Super+Page_Down { focus-workspace-down; }
|
Super+Page_Down { focus-workspace-down; }
|
||||||
Super+Page_Up { focus-workspace-up; }
|
Super+Page_Up { focus-workspace-up; }
|
||||||
Super+U { focus-workspace-down; }
|
Super+N { focus-workspace-down; }
|
||||||
Super+I { focus-workspace-up; }
|
Super+P { focus-workspace-up; }
|
||||||
Super+Ctrl+Page_Down { move-column-to-workspace-down; }
|
Super+Ctrl+Page_Down { move-column-to-workspace-down; }
|
||||||
Super+Ctrl+Page_Up { move-column-to-workspace-up; }
|
Super+Ctrl+Page_Up { move-column-to-workspace-up; }
|
||||||
Super+Ctrl+U { move-column-to-workspace-down; }
|
Super+Ctrl+U { move-column-to-workspace-down; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue