alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
qweh
author
Jes Olson
date
1 year ago
(Mar 23, 2025, 2:09 PM -0500)
commit
7ca7bf7c
7ca7bf7ce7d6df7735383cb25defe23c495c7d2f
parent
4cd57826
4cd57826229fb773282a6f4a82c1d1994a008dc8
+6
-1
1 changed file
Expand all
Collapse all
Unified
Split
.config
niri
config.kdl
+6
-1
.config/niri/config.kdl
Reviewed
···
103
103
position x=1280 y=0
104
104
}
105
105
106
106
+
output "DP-3" {
107
107
+
transform "normal"
108
108
+
mode "1920x1020"
109
109
+
}
110
110
+
106
111
layout {
107
112
// By default focus ring and border are rendered as a solid background rectangle
108
113
// behind windows. That is, they will show up through semitransparent windows.
···
555
560
// Mod+Space { switch-layout "next"; }
556
561
// Mod+Shift+Space { switch-layout "prev"; }
557
562
558
558
-
Print { screenshot; }
563
563
+
Mod+Shift+S { screenshot; }
559
564
Ctrl+Print { screenshot-screen; }
560
565
Alt+Print { screenshot-window; }
561
566