add polkit and attempt to autostart swaybg in niri
This commit is contained in:
@@ -6,7 +6,6 @@ input {
|
||||
}
|
||||
touchpad {
|
||||
tap
|
||||
natural-scroll
|
||||
accel-speed 0.0
|
||||
scroll-method "two-finger"
|
||||
middle-emulation
|
||||
@@ -23,12 +22,13 @@ layout {
|
||||
proportion 0.3333333
|
||||
proportion 0.5
|
||||
proportion 0.6666667
|
||||
proportion 1.0
|
||||
}
|
||||
preset-window-heights{
|
||||
proportion 0.95
|
||||
proportion 0.8
|
||||
proportion 1.0
|
||||
proportion 0.75
|
||||
proportion 0.5
|
||||
proportion 0.25
|
||||
}
|
||||
default-column-width { proportion 0.6666667; }
|
||||
focus-ring { off; }
|
||||
@@ -39,8 +39,17 @@ layout {
|
||||
urgent-color "#e67e80"
|
||||
}
|
||||
}
|
||||
spawn-at-startup "waybar"
|
||||
spawn-at-startup "swaybg -i ~/Downloads/wp.jpg"
|
||||
window-rule {
|
||||
geometry-corner-radius 8
|
||||
clip-to-geometry true
|
||||
}
|
||||
window-rule{
|
||||
match app-id="Alacritty"
|
||||
match is-focused=true
|
||||
opacity 0.95
|
||||
}
|
||||
// spawn-at-startup "waybar"
|
||||
spawn-at-startup "swaybg" "-i" "~/Downloads/wp.jpg"
|
||||
spawn-at-startup "avizo-service"
|
||||
binds {
|
||||
//spawn binds
|
||||
@@ -53,6 +62,7 @@ binds {
|
||||
Super+Shift+E hotkey-overlay-title="Quit" {quit;}
|
||||
Super+Q hotkey-overlay-title="Close" {close-window;}
|
||||
Super+O hotkey-overlay-title="Toggle Overview" {toggle-overview;}
|
||||
Super+KP_Subtract {spawn "swaybg" "-i" "~/Downloads/wp.jpg";}
|
||||
|
||||
Super+H {focus-column-left;}
|
||||
Super+J {focus-window-down;}
|
||||
@@ -101,4 +111,8 @@ binds {
|
||||
Super+Shift+F {fullscreen-window;}
|
||||
Super+V {toggle-window-floating;}
|
||||
Super+W {toggle-column-tabbed-display;}
|
||||
Super+Page_Down {focus-workspace-down;}
|
||||
Super+Page_Up {focus-workspace-up;}
|
||||
Super+Shift+Page_Down{move-column-to-workspace-down;}
|
||||
Super+Shift+Page_Up{move-column-to-workspace-up;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user