Compare commits

..

5 Commits

Author SHA1 Message Date
Nathan Dwarshuis 8e8723ff64 REF remove aw-start 2023-04-29 13:27:59 -04:00
Nathan Dwarshuis 8b78d9b2ac FIX start aw from xinit 2023-04-29 13:27:23 -04:00
Nathan Dwarshuis ac7aea987a ENH update r env 2023-04-29 13:27:05 -04:00
Nathan Dwarshuis db6ce18642 ENH update autorandr configs 2023-04-29 13:26:47 -04:00
Nathan Dwarshuis c6dd4d74e4 ENH update aw-start 2023-04-29 13:26:04 -04:00
5 changed files with 19 additions and 12 deletions

View File

@ -1,7 +0,0 @@
#! /usr/bin/env bash
# start activity watch without QT
/usr/bin/aw-server &
/usr/bin/aw-watcher-afk &
/usr/bin/aw-watcher-window &

View File

@ -35,7 +35,9 @@ emacs-start &
seafile-applet > /dev/null 2>&1 & seafile-applet > /dev/null 2>&1 &
{{- end }} {{- end }}
{{ if .features.activitywatch -}} {{ if .features.activitywatch -}}
aw-start > /dev/null 2>&1 & aw-server > /dev/null 2>&1 &
aw-watcher-window > /dev/null 2>&1 &
aw-watcher-afk > /dev/null 2>&1 &
{{- end }} {{- end }}
flameshot > /dev/null 2>&1 & flameshot > /dev/null 2>&1 &
rofi-bw -d 3600 & rofi-bw -d 3600 &

View File

@ -1,3 +1,3 @@
DP-0 * DP-0 0*ffffffffffff005a63367801010101021d0104a5301b783bb065a656539d280c5054bfef80b300a940a9c0950090408180814081001a3680a070381f4030203500dc0c1100001e000000ff005644503139303230303437390a000000fd00184b0f5210000a202020202020000000fc005647323234380a2020202020200177020320f1530102030405060708090e0f90111213141d1e1f23097f0783010000023a801871382d40582c4500dc0c1100001e011d8018711c1620582c2500dc0c1100009e023a80d072382d40102c4580dc0c1100001e011d007251d01e206e285500dc0c1100001e8c0ad08a20e02d10103e9600dc0c11000018000000000092
HDMI-1-2 * HDMI-1-2 00ffffffffffff005a63367801010101021d010380301b782ab065a656539d280c5054bfef80b300a940a9c095009040818081408100023a801871382d40582c4500dc0c1100001e000000ff005644503139303230303739330a000000fd00184b185210000a202020202020000000fc005647323234380a20202020202001ef020328f1550102030405060708090e0f90111213141d1e1f151623097f078301000065030c001000023a801871382d40582c4500dc0c1100001e011d8018711c1620582c2500dc0c1100009e023a80d072382d40102c4580dc0c1100001e011d007251d01e206e285500dc0c1100001e000000000000000000000000000000fb
eDP-1-1 * eDP-1-1 00ffffffffffff0030e4e50500000000001c0104a52213780238d5975e598e271c505400000001010101010101010101010101010101243680a070381f403020350058c210000019000000000000000000000000000000000000000000fe004c4720446973706c61790a2020000000fe004c503135365746432d53504431003e

View File

@ -1,9 +1,21 @@
output DP-0 output DP-0
off off
output DP-1 output DP-1
off off
output DP-1-1
off
output HDMI-1-1 output HDMI-1-1
off off
output HDMI-1-2
off
output HDMI-1-3
off
output eDP-1-1 output eDP-1-1
#crtc 0 #crtc 0
gamma 1.0:0.909:0.909 gamma 1.0:0.909:0.909

View File

@ -3,7 +3,7 @@ name: r-dev
channels: channels:
- conda-forge - conda-forge
dependencies: dependencies:
- r-base=4.2.2 - r-base=4.2.3
- r-tidyverse=2.0.0 - r-tidyverse=2.0.0
- r-styler=1.9.1 - r-styler=1.9.1
- r-lintr=3.0.2 - r-lintr=3.0.2