From 55bc8e25b4830bd30bf234b2a44fc420f354ac06 Mon Sep 17 00:00:00 2001 From: Rose Date: Mon, 1 Sep 2025 15:06:51 +0200 Subject: Make my login shell a posix compliant shell --- desktop/.config/niri/config.kdl | 11 +++++++++++ foot/.config/foot/foot.ini | 1 + 2 files changed, 12 insertions(+) diff --git a/desktop/.config/niri/config.kdl b/desktop/.config/niri/config.kdl index 3317c19..021ccff 100644 --- a/desktop/.config/niri/config.kdl +++ b/desktop/.config/niri/config.kdl @@ -22,6 +22,17 @@ input { output "eDP-1" { off } + +output "DP-4" { + mode "1920x1080" + position x=0 y=0 +} + +output "DP-6" { + transform "90" + position x=-1080 y=-390 +} + output "DP-7" { mode "1920x1080" position x=0 y=0 diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini index 4c32974..7aab697 100644 --- a/foot/.config/foot/foot.ini +++ b/foot/.config/foot/foot.ini @@ -1 +1,2 @@ +shell=/usr/bin/fish font=OG Courier Zero slash:size=13 -- cgit v1.2.3