Compare commits
1 Commits
danmac@rne
...
b4235351fa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4235351fa |
@@ -4,7 +4,6 @@
|
|||||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Introduction
|
// https://github.com/YaLTeR/niri/wiki/Configuration:-Introduction
|
||||||
|
|
||||||
hotkey-overlay {
|
hotkey-overlay {
|
||||||
// Skip showing the hotkeys
|
|
||||||
skip-at-startup
|
skip-at-startup
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -52,6 +51,7 @@ input {
|
|||||||
|
|
||||||
trackpoint {
|
trackpoint {
|
||||||
// off
|
// off
|
||||||
|
|
||||||
// natural-scroll
|
// natural-scroll
|
||||||
// accel-speed 0.2
|
// accel-speed 0.2
|
||||||
// accel-profile "flat"
|
// accel-profile "flat"
|
||||||
@@ -145,17 +145,14 @@ layout {
|
|||||||
proportion 0.33333
|
proportion 0.33333
|
||||||
proportion 0.5
|
proportion 0.5
|
||||||
proportion 0.66667
|
proportion 0.66667
|
||||||
|
proportion 1.0
|
||||||
|
|
||||||
// Fixed sets the width in logical pixels exactly.
|
// Fixed sets the width in logical pixels exactly.
|
||||||
// fixed 1920
|
// fixed 1920
|
||||||
}
|
}
|
||||||
|
|
||||||
// You can also customize the heights that "switch-preset-window-height" (Mod+Shift+R) toggles between.
|
// You can also customize the heights that "switch-preset-window-height" (Mod+Shift+R) toggles between.
|
||||||
preset-window-heights {
|
// preset-window-heights { }
|
||||||
proportion 0.333333
|
|
||||||
proportion 0.5
|
|
||||||
proportion 0.666667
|
|
||||||
}
|
|
||||||
|
|
||||||
// You can change the default width of the new windows.
|
// You can change the default width of the new windows.
|
||||||
default-column-width { proportion 0.5; }
|
default-column-width { proportion 0.5; }
|
||||||
@@ -282,9 +279,8 @@ layout {
|
|||||||
|
|
||||||
// This line starts waybar, a commonly used bar for Wayland compositors.
|
// This line starts waybar, a commonly used bar for Wayland compositors.
|
||||||
// spawn-at-startup "waybar"
|
// spawn-at-startup "waybar"
|
||||||
spawn-at-startup "/home/danmac/.config/niri/sway_startup" "/home/danmac/Pictures/Nextcloud/IMG_8409-Enhanced-NR.jpg"
|
spawn-at-startup "./sway_startup ~/Pictures/Nextcloud/IMG_8618-Enhanced-NR.jpg"
|
||||||
// spawn-at-startup "xwayland-satellite"
|
spawn-at-startup "xwayland-satellite"
|
||||||
spawn-at-startup "cosmic-app-library"
|
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
DISPLAY ":0"
|
DISPLAY ":0"
|
||||||
@@ -343,11 +339,6 @@ window-rule {
|
|||||||
open-floating true
|
open-floating true
|
||||||
}
|
}
|
||||||
|
|
||||||
window-rule {
|
|
||||||
match app-id=r#"org.pulseaudio.pavucontrol"#
|
|
||||||
default-column-width { proportion 0.333333; }
|
|
||||||
}
|
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
// Zed and Zen should be 66% wide
|
// Zed and Zen should be 66% wide
|
||||||
match app-id="dev.zed.Zed"
|
match app-id="dev.zed.Zed"
|
||||||
@@ -356,26 +347,6 @@ window-rule {
|
|||||||
default-column-width { proportion 0.66667; }
|
default-column-width { proportion 0.66667; }
|
||||||
}
|
}
|
||||||
|
|
||||||
window-rule {
|
|
||||||
// Solve space property manager
|
|
||||||
match app-id="solvespace"
|
|
||||||
|
|
||||||
default-column-width { proportion 0.75; }
|
|
||||||
}
|
|
||||||
|
|
||||||
window-rule {
|
|
||||||
// Solve space property manager
|
|
||||||
match title="Property Browser — SolveSpace"
|
|
||||||
|
|
||||||
default-column-width { proportion 0.25; }
|
|
||||||
}
|
|
||||||
|
|
||||||
window-rule {
|
|
||||||
// Nautilus open file window
|
|
||||||
match app-id="org.gnome.Nautilus" title="Open Folder"
|
|
||||||
open-floating true
|
|
||||||
}
|
|
||||||
|
|
||||||
// Example: block out two password managers from screen capture.
|
// Example: block out two password managers from screen capture.
|
||||||
// (This example rule is commented out with a "/-" in front.)
|
// (This example rule is commented out with a "/-" in front.)
|
||||||
/-window-rule {
|
/-window-rule {
|
||||||
@@ -413,10 +384,8 @@ binds {
|
|||||||
// Suggested binds for running programs: terminal, app launcher, screen locker.
|
// Suggested binds for running programs: terminal, app launcher, screen locker.
|
||||||
Mod+T hotkey-overlay-title="Open a Terminal: wezterm" { spawn "wezterm"; }
|
Mod+T hotkey-overlay-title="Open a Terminal: wezterm" { spawn "wezterm"; }
|
||||||
Mod+D hotkey-overlay-title="Run an Application: cosmic-apps" { spawn "cosmic-app-library"; }
|
Mod+D hotkey-overlay-title="Run an Application: cosmic-apps" { spawn "cosmic-app-library"; }
|
||||||
Mod+Shift+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
|
|
||||||
Mod+B hotkey-overlay-title="Open the Default Browser" { spawn "xdg-open" "http://"; }
|
Mod+B hotkey-overlay-title="Open the Default Browser" { spawn "xdg-open" "http://"; }
|
||||||
Mod+X hotkey-overlay-title="Open the Default File Manager" { spawn "xdg-open" "/home/danmac/"; }
|
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock" "-f" "-i" "/usr/share/backgrounds/gnome/swoosh-l.jxl"; }
|
||||||
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock" "-f" "-i" "/tmp/blurred_IMG_8618-Enhanced-NR.jpg"; }
|
|
||||||
|
|
||||||
// toggle notification panel
|
// toggle notification panel
|
||||||
Mod+Shift+N hotkey-overlay-title="Toggle notification window" { spawn "swaync-client" "-t"; }
|
Mod+Shift+N hotkey-overlay-title="Toggle notification window" { spawn "swaync-client" "-t"; }
|
||||||
@@ -431,8 +400,6 @@ binds {
|
|||||||
XF86AudioMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"; }
|
XF86AudioMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"; }
|
||||||
XF86AudioMicMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SOURCE@" "toggle"; }
|
XF86AudioMicMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SOURCE@" "toggle"; }
|
||||||
XF86AudioPlay allow-when-locked=true { spawn "playerctl" "play-pause"; }
|
XF86AudioPlay allow-when-locked=true { spawn "playerctl" "play-pause"; }
|
||||||
XF86AudioPrev allow-when-locked=true { spawn "playerctl" "previous"; }
|
|
||||||
XF86AudioNext allow-when-locked=true { spawn "playerctl" "next"; }
|
|
||||||
|
|
||||||
// Open/close the Overview: a zoomed-out view of workspaces and windows.
|
// Open/close the Overview: a zoomed-out view of workspaces and windows.
|
||||||
// You can also move the mouse into the top-left hot corner,
|
// You can also move the mouse into the top-left hot corner,
|
||||||
@@ -577,21 +544,12 @@ binds {
|
|||||||
Mod+Shift+7 { move-column-to-workspace 7; }
|
Mod+Shift+7 { move-column-to-workspace 7; }
|
||||||
Mod+Shift+8 { move-column-to-workspace 8; }
|
Mod+Shift+8 { move-column-to-workspace 8; }
|
||||||
Mod+Shift+9 { move-column-to-workspace 9; }
|
Mod+Shift+9 { move-column-to-workspace 9; }
|
||||||
Mod+Ctrl+1 { move-window-to-workspace 1; }
|
|
||||||
Mod+Ctrl+2 { move-window-to-workspace 2; }
|
|
||||||
Mod+Ctrl+3 { move-window-to-workspace 3; }
|
|
||||||
Mod+Ctrl+4 { move-window-to-workspace 4; }
|
|
||||||
Mod+Ctrl+5 { move-window-to-workspace 5; }
|
|
||||||
Mod+Ctrl+6 { move-window-to-workspace 6; }
|
|
||||||
Mod+Ctrl+7 { move-window-to-workspace 7; }
|
|
||||||
Mod+Ctrl+8 { move-window-to-workspace 8; }
|
|
||||||
Mod+Ctrl+9 { move-window-to-workspace 9; }
|
|
||||||
|
|
||||||
// Alternatively, there are commands to move just a single window:
|
// Alternatively, there are commands to move just a single window:
|
||||||
// Mod+Ctrl+1 { move-window-to-workspace 1; }
|
// Mod+Ctrl+1 { move-window-to-workspace 1; }
|
||||||
|
|
||||||
// Switches focus between the current and the previous workspace.
|
// Switches focus between the current and the previous workspace.
|
||||||
Mod+Tab { focus-workspace-previous; }
|
// Mod+Tab { focus-workspace-previous; }
|
||||||
|
|
||||||
// The following binds move the focused window in and out of a column.
|
// The following binds move the focused window in and out of a column.
|
||||||
// If the window is alone, they will consume it into the nearby column to the side.
|
// If the window is alone, they will consume it into the nearby column to the side.
|
||||||
|
|||||||
Reference in New Issue
Block a user