diff options
author | Rose <rose@pinkro.se> | 2025-09-01 15:06:51 +0200 |
---|---|---|
committer | Rose <rose@pinkro.se> | 2025-09-01 15:06:51 +0200 |
commit | 55bc8e25b4830bd30bf234b2a44fc420f354ac06 (patch) | |
tree | 9756469601ee901a876ae3384560970b64955af8 | |
parent | c77818aed457805160fde10f519165f8f722e9cc (diff) | |
download | dotfiles-55bc8e25b4830bd30bf234b2a44fc420f354ac06.tar.gz dotfiles-55bc8e25b4830bd30bf234b2a44fc420f354ac06.tar.bz2 |
Make my login shell a posix compliant shell
-rw-r--r-- | desktop/.config/niri/config.kdl | 11 | ||||
-rw-r--r-- | foot/.config/foot/foot.ini | 1 |
2 files changed, 12 insertions, 0 deletions
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 |