add thinkpadd settings
This commit is contained in:
parent
d29cbb47da
commit
6dc96f89e9
5 changed files with 50 additions and 10 deletions
7
.dotter/thinkpad.toml
Normal file
7
.dotter/thinkpad.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
includes = [ ]
|
||||
packages = [ "default", "niri", "dev" ]
|
||||
|
||||
[files]
|
||||
"configs/niri/thinkpad.kdl" = "~/.config/niri/include/local.kdl"
|
||||
|
||||
[variables]
|
||||
|
|
@ -1,10 +1,8 @@
|
|||
age
|
||||
arch-update
|
||||
atuin
|
||||
base
|
||||
base-devel
|
||||
bat
|
||||
bluetui
|
||||
bluez
|
||||
bluez-utils
|
||||
brave-bin
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ SETUVAR pure_separate_prompt_on_error:false
|
|||
SETUVAR pure_shorten_prompt_current_directory_length:0
|
||||
SETUVAR pure_shorten_window_title_current_directory_length:0
|
||||
SETUVAR pure_show_jobs:false
|
||||
SETUVAR pure_show_numbered_git_indicator:false
|
||||
SETUVAR pure_show_prefix_root_prompt:false
|
||||
SETUVAR pure_show_subsecond_command_duration:false
|
||||
SETUVAR pure_show_system_time:false
|
||||
|
|
|
|||
42
configs/niri/thinkpad.kdl
Normal file
42
configs/niri/thinkpad.kdl
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
window-rule {
|
||||
match app-id="firefox"
|
||||
open-on-workspace "1"
|
||||
open-focused true
|
||||
default-column-width {
|
||||
proportion 0.5
|
||||
}
|
||||
}
|
||||
window-rule {
|
||||
match app-id="brave-browser"
|
||||
open-on-workspace "2"
|
||||
open-focused false
|
||||
default-column-width {
|
||||
proportion 0.5
|
||||
}
|
||||
}
|
||||
output "LG Electronics LG ULTRAWIDE 406NTRL99958" {
|
||||
scale 1
|
||||
mode "3440x1440@49.953"
|
||||
focus-at-startup
|
||||
}
|
||||
output "eDP-1" {
|
||||
mode "1920x1080@60.000"
|
||||
scale 1
|
||||
layout {
|
||||
default-column-width {
|
||||
proportion 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
output "PNP(GWD) ARZOPA 000000000000" {
|
||||
mode "1920x1080@60.000"
|
||||
position x=0 y=0
|
||||
scale 1
|
||||
layout {
|
||||
default-column-width {
|
||||
proportion 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
spawn-at-startup "brave"
|
||||
spawn-at-startup "firefox"
|
||||
window-rule {
|
||||
match app-id="firefox"
|
||||
open-on-workspace "1"
|
||||
|
|
@ -16,12 +14,6 @@ window-rule {
|
|||
proportion 0.5
|
||||
}
|
||||
}
|
||||
output "HDMI-A-1" {
|
||||
scale 1
|
||||
mode "3440x1440"
|
||||
focus-at-startup
|
||||
position x=1920 y=0
|
||||
}
|
||||
output "eDP-1" {
|
||||
mode "1920x1080@60.000"
|
||||
position x=0 y=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue