diff options
| author | Tim Keller <tjkeller.xyz> | 2024-11-04 07:59:03 -0600 | 
|---|---|---|
| committer | Tim Keller <tjkeller.xyz> | 2024-11-04 07:59:03 -0600 | 
| commit | 0fa049ea3e5e9bae46c20faa2f85cc553a7a3da4 (patch) | |
| tree | 17d4ab7618857faccd56d36e3881e5f7fe127368 | |
| parent | f7d4d8f8358f42eac01f60ca937adc680969d26a (diff) | |
| download | dotconfig-0fa049ea3e5e9bae46c20faa2f85cc553a7a3da4.tar.xz dotconfig-0fa049ea3e5e9bae46c20faa2f85cc553a7a3da4.zip  | |
changes for T495 on nixos
| -rw-r--r-- | launch/config | 6 | ||||
| -rwxr-xr-x | x11/xprofile.T495 | 2 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/launch/config b/launch/config index 4764245..5aa6658 100644 --- a/launch/config +++ b/launch/config @@ -8,16 +8,16 @@  #OPTS  firefox|brave  	firefox -P default-esr -	firefox -P "Default User" +	firefox -P Personal  	firefox -P default-default  	1 -	firefox -P Personal +	2  ff-school|chromium|chrome  	firefox -P School  	firefox -P Work  	1  	^ -	firefox -P Work +	2  halt|off|poweroff|shutdown  	doas poweroff  	^ diff --git a/x11/xprofile.T495 b/x11/xprofile.T495 index 124c45e..fe62402 100755 --- a/x11/xprofile.T495 +++ b/x11/xprofile.T495 @@ -7,7 +7,7 @@ xinput --set-prop "SynPS/2 Synaptics TouchPad" "libinput Accel Speed"  xinput --set-prop "SynPS/2 Synaptics TouchPad" "libinput Disable While Typing Enabled"  0    # don't disable trackpad while typing  # docking station -if xrandr | grep "HDMI-A-0 connected 3840x2160" > /dev/null; then +if xrandr | grep "HDMI-1 connected 3840x2160" > /dev/null; then  	xrdb -merge $X11CONFIG/Xresources.desktop 2>/dev/null & xrdbpid=$!  	input-leaps --config "$XDG_CONFIG_HOME/input-leap/input-leap.conf" --disable-crypto &  | 
