From 94c8a6dc2e1caa4e8277ae05ec271fe364616b3f Mon Sep 17 00:00:00 2001 From: Sergey Besedin Date: Mon, 19 May 2025 17:08:20 +0400 Subject: [PATCH] Update --- bundle/config | 3 +++ config/btop/btop.conf | 6 +++--- config/i3/config | 6 ++++-- config/kitty/kitty.conf | 2 +- config/nvim/init.vim | 9 ++++++++- config/redshift.conf | 2 +- config/task/taskrc | 2 +- xinitrc | 16 ++++++++-------- 8 files changed, 29 insertions(+), 17 deletions(-) diff --git a/bundle/config b/bundle/config index 67e8034..efbdd2c 100644 --- a/bundle/config +++ b/bundle/config @@ -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" diff --git a/config/btop/btop.conf b/config/btop/btop.conf index 3e1a37e..a68e171 100644 --- a/config/btop/btop.conf +++ b/config/btop/btop.conf @@ -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 diff --git a/config/i3/config b/config/i3/config index 1e6d46c..7f80b32 100644 --- a/config/i3/config +++ b/config/i3/config @@ -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 diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index ed58c63..1ca521f 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -10,7 +10,7 @@ adjust_line_height 98% cursor_shape block -scrollback_lines 2000 +scrollback_lines 5000 repaint_delay 10 input_delay 3 diff --git a/config/nvim/init.vim b/config/nvim/init.vim index 8a593c8..4451dcf 100644 --- a/config/nvim/init.vim +++ b/config/nvim/init.vim @@ -690,7 +690,7 @@ silent! map :NeoTreeReveal " 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 diff --git a/config/redshift.conf b/config/redshift.conf index 8de09c4..51c4b97 100644 --- a/config/redshift.conf +++ b/config/redshift.conf @@ -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 diff --git a/config/task/taskrc b/config/task/taskrc index fa6722d..ca4e619 100644 --- a/config/task/taskrc +++ b/config/task/taskrc @@ -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 diff --git a/xinitrc b/xinitrc index 1e6eac6..cebfbf5 100755 --- a/xinitrc +++ b/xinitrc @@ -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