This commit is contained in:
Sergey 2025-05-19 17:08:20 +04:00
parent 484e10675e
commit 94c8a6dc2e
8 changed files with 29 additions and 17 deletions

View File

@ -9,3 +9,6 @@ BUNDLE_GIT__ALLOW_INSECURE: "true"
BUNDLE_PREFER_GEMS_RB: "true"
BUNDLE_INIT_GEMS_RB: "true"
BUNDLE_JOBS: "4"
BUNDLE_GEM__CI: "github"
BUNDLE_GEM__CHANGELOG: "false"
BUNDLE_GEM__LINTER: "false"

View File

@ -1,4 +1,4 @@
#? Config file for btop v. 1.3.2
#? Config file for btop v. 1.4.0
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
@ -57,7 +57,7 @@ update_ms = 1000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "cpu lazy"
proc_sorting = "user"
#* Reverse sorting order, True or False.
proc_reversed = False
@ -169,7 +169,7 @@ show_swap = True
swap_disk = True
#* If mem box should be split to also show disks info.
show_disks = True
show_disks = False
#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
only_physical = True

View File

@ -212,8 +212,10 @@ workspace $ws5 output primary
workspace $ws6 output primary
workspace $ws7 output primary
workspace $ws8 output primary
workspace $ws9 output HDMI-0
workspace $ws10 output eDP
# workspace $ws9 output HDMI-1-0
workspace $ws9 output eDP
# workspace $ws10 output eDP
workspace $ws10 output HDMI-1-0
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace $ws1

View File

@ -10,7 +10,7 @@ adjust_line_height 98%
cursor_shape block
scrollback_lines 2000
scrollback_lines 5000
repaint_delay 10
input_delay 3

View File

@ -690,7 +690,7 @@ silent! map <F4> :NeoTreeReveal<CR>
" Lightline
let g:lightline = {
\ 'colorscheme': 'powerlineish',
\ 'colorscheme': 'gruvbox',
\ 'component_function': {
\ 'gitbranch': 'FugitiveHead'
\ },
@ -769,6 +769,13 @@ let g:tagbar_type_ruby = {
\ 'F:singleton methods'
\ ]
\}
let g:tagbar_type_gdscript = {
\ 'ctagstype' :'gdscript',
\ 'kinds': [
\ 'v:variables',
\ 'f:functions',
\ ]
\ }
" vim-autoformat
let g:autoformat_autoindent = 1

View File

@ -6,7 +6,7 @@ temp-night=4500
; Enable/Disable a smooth transition between day and night
; 0 will cause a direct change from day to night screen temperature.
; 1 will gradually increase or decrease the screen temperature
transition=1
transition=0
; Set the screen brightness. Default is 1.0
;brightness=0.9

View File

@ -38,4 +38,4 @@ report.active.labels=ID,Project,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
news.version=3.0.2
news.version=3.4.1

16
xinitrc
View File

@ -1,8 +1,8 @@
#!/bin/bash
export BROWSER=browser
export TERMINAL=kitty
export XTERM=kitty
export TERMINAL=st
export XTERM=st
export LANGUAGE=en_US:en_GB:en
export LC_TIME=en_US.UTF-8
export COLORTERM=truecolor
@ -22,13 +22,13 @@ export WINEFSYNC=1
export SUDO_ASKPASS=/usr/bin/ssh-askpass-fullscreen
# Nvidia vaapi https://github.com/elFarto/nvidia-vaapi-driver?tab=readme-ov-file#direct-backend
# export NVD_BACKEND=direct
# 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
export NVD_BACKEND=direct
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