From 959300bc41190ffe103a75aa83be06c9630b9b3d Mon Sep 17 00:00:00 2001 From: Sergey Besedin Date: Wed, 24 Sep 2025 18:21:18 +0400 Subject: [PATCH] Update --- config/btop/btop.conf | 2 +- config/i3/config | 20 ++++++++++---------- config/task/taskrc | 4 ++-- profile | 22 ++++++++++++++++++++-- xinitrc | 13 ++++++------- 5 files changed, 39 insertions(+), 22 deletions(-) diff --git a/config/btop/btop.conf b/config/btop/btop.conf index 9cefb9a..d5bcf42 100644 --- a/config/btop/btop.conf +++ b/config/btop/btop.conf @@ -50,7 +50,7 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. -shown_boxes = "mem net proc cpu" +shown_boxes = "mem proc cpu net" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 1000 diff --git a/config/i3/config b/config/i3/config index c743949..1a5bf56 100644 --- a/config/i3/config +++ b/config/i3/config @@ -208,18 +208,18 @@ bindsym $mod+8 workspace $ws8 bindsym $mod+9 workspace $ws9 bindsym $mod+0 workspace $ws10 -workspace $ws1 output primary -workspace $ws2 output primary -workspace $ws3 output primary -workspace $ws4 output primary -workspace $ws5 output primary -workspace $ws6 output primary -workspace $ws7 output primary -workspace $ws8 output primary +workspace $ws1 +workspace $ws2 +workspace $ws3 +workspace $ws4 +workspace $ws5 +workspace $ws6 +workspace $ws7 +workspace $ws8 # workspace $ws9 output HDMI-1-0 -workspace $ws9 output HDMI-1-0 +workspace $ws9 # workspace $ws10 output eDP -workspace $ws10 output HDMI-1-0 +workspace $ws10 # move focused container to workspace bindsym $mod+Shift+1 move container to workspace $ws1 diff --git a/config/task/taskrc b/config/task/taskrc index ca4e619..faf789a 100644 --- a/config/task/taskrc +++ b/config/task/taskrc @@ -33,8 +33,8 @@ urgency.uda.priority.M.coefficient=1.0 default.command=list -report.active.columns=id,project,description.truncated,start.age -report.active.labels=ID,Project,Description,Time +report.active.columns=id,description.truncated,start.age +report.active.labels=ID,Description,Time report.list.labels=ID,Active,Age,Time,D,P,Project,Tags,R,Sch,Due,Until,Description,Urg report.list.columns=id,start.age,entry.age,totalactivetime,depends.indicator,priority,project,tags,recur.indicator,scheduled.countdown,due,until.remaining,description.count,urgency diff --git a/profile b/profile index 967396a..9da0049 100644 --- a/profile +++ b/profile @@ -15,9 +15,27 @@ export LC_ALL= export LANGUAGE=en_US:en_GB:en export TIMELOG=$HOME/.work-ledger/ledger/timelogger.ldg -export TERMINAL=xst -export XTERM=xst +export TERMINAL=foot +export XTERM=foot export EDITOR=nvim +export BROWSER=browser + +export XDG_CONFIG_HOME=$HOME/.config +export XDG_DATA_HOME=$HOME/.local/share +export XDG_RUNTIME_DIR=/run/user/1000 +export DOCKER_HOST=unix:///var/run/docker.sock +export WINEFSYNC=1 +export SUDO_ASKPASS=/usr/bin/ssh-askpass-fullscreen + +# OG +# export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json +# wayland +# export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json +# export __GLX_VENDOR_LIBRARY_NAME=nvidia +# export GBM_BACKEND=nvidia-drm +# export NVD_BACKEND=direct +# export WLR_DRM_DEVICES=/dev/dri/card0:/dev/dri/card1 +# export DRI_PRIME=0 # pass export PASSWORD_STORE_CLIP_TIME=10 diff --git a/xinitrc b/xinitrc index 8739f89..f86b945 100755 --- a/xinitrc +++ b/xinitrc @@ -1,8 +1,7 @@ #!/bin/bash export BROWSER=browser -export TERMINAL=st -export XTERM=st +export TERMINAL=kitty export LANGUAGE=en_US:en_GB:en export LC_TIME=en_US.UTF-8 export COLORTERM=truecolor @@ -27,8 +26,8 @@ export LIBVA_DRIVER_NAME=nvidia export MOZ_DISABLE_RDD_SANDBOX=1 export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json -xrandr --setprovideroutputsource modesetting NVIDIA-0 -xrandr --auto +# xrandr --setprovideroutputsource modesetting NVIDIA-0 +# xrandr --auto # TrackPoint+Middleclick scroll # xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1 @@ -37,10 +36,10 @@ xrandr --auto # xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 6 7 4 5 # Disable edge scrolling -xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Edge Scrolling" 0 0 0 +# xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Edge Scrolling" 0 0 0 # Enable middle button emulation by pressing left and right buttons together -xinput set-prop "Primax Kensington Eagle Trackball" "Evdev Middle Button Emulation" 1 +# xinput set-prop "Primax Kensington Eagle Trackball" "Evdev Middle Button Emulation" 1 # xinput map-to-output "Wacom Graphire2 4x5 Pen stylus" DP-0 # xinput map-to-output "Wacom Graphire2 4x5 Pen eraser" DP-0 @@ -49,4 +48,4 @@ xinput set-prop "Primax Kensington Eagle Trackball" "Evdev Middle Button Emulati # exec ck-launch-session dbus-launch xrdb -merge ~/.Xresources -exec dbus-launch --exit-with-x11 i3 > $HOME/log/i3.txt 2>&1 +# exec dbus-launch --exit-with-x11 i3 > $HOME/log/i3.txt 2>&1