Update
This commit is contained in:
parent
484e10675e
commit
94c8a6dc2e
@ -9,3 +9,6 @@ BUNDLE_GIT__ALLOW_INSECURE: "true"
|
|||||||
BUNDLE_PREFER_GEMS_RB: "true"
|
BUNDLE_PREFER_GEMS_RB: "true"
|
||||||
BUNDLE_INIT_GEMS_RB: "true"
|
BUNDLE_INIT_GEMS_RB: "true"
|
||||||
BUNDLE_JOBS: "4"
|
BUNDLE_JOBS: "4"
|
||||||
|
BUNDLE_GEM__CI: "github"
|
||||||
|
BUNDLE_GEM__CHANGELOG: "false"
|
||||||
|
BUNDLE_GEM__LINTER: "false"
|
||||||
|
|||||||
@ -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.
|
#* 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"
|
#* 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",
|
#* 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.
|
#* "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.
|
#* Reverse sorting order, True or False.
|
||||||
proc_reversed = False
|
proc_reversed = False
|
||||||
@ -169,7 +169,7 @@ show_swap = True
|
|||||||
swap_disk = True
|
swap_disk = True
|
||||||
|
|
||||||
#* If mem box should be split to also show disks info.
|
#* 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.
|
#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
|
||||||
only_physical = True
|
only_physical = True
|
||||||
|
|||||||
@ -212,8 +212,10 @@ workspace $ws5 output primary
|
|||||||
workspace $ws6 output primary
|
workspace $ws6 output primary
|
||||||
workspace $ws7 output primary
|
workspace $ws7 output primary
|
||||||
workspace $ws8 output primary
|
workspace $ws8 output primary
|
||||||
workspace $ws9 output HDMI-0
|
# workspace $ws9 output HDMI-1-0
|
||||||
workspace $ws10 output eDP
|
workspace $ws9 output eDP
|
||||||
|
# workspace $ws10 output eDP
|
||||||
|
workspace $ws10 output HDMI-1-0
|
||||||
|
|
||||||
# move focused container to workspace
|
# move focused container to workspace
|
||||||
bindsym $mod+Shift+1 move container to workspace $ws1
|
bindsym $mod+Shift+1 move container to workspace $ws1
|
||||||
|
|||||||
@ -10,7 +10,7 @@ adjust_line_height 98%
|
|||||||
|
|
||||||
cursor_shape block
|
cursor_shape block
|
||||||
|
|
||||||
scrollback_lines 2000
|
scrollback_lines 5000
|
||||||
|
|
||||||
repaint_delay 10
|
repaint_delay 10
|
||||||
input_delay 3
|
input_delay 3
|
||||||
|
|||||||
@ -690,7 +690,7 @@ silent! map <F4> :NeoTreeReveal<CR>
|
|||||||
|
|
||||||
" Lightline
|
" Lightline
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'powerlineish',
|
\ 'colorscheme': 'gruvbox',
|
||||||
\ 'component_function': {
|
\ 'component_function': {
|
||||||
\ 'gitbranch': 'FugitiveHead'
|
\ 'gitbranch': 'FugitiveHead'
|
||||||
\ },
|
\ },
|
||||||
@ -769,6 +769,13 @@ let g:tagbar_type_ruby = {
|
|||||||
\ 'F:singleton methods'
|
\ 'F:singleton methods'
|
||||||
\ ]
|
\ ]
|
||||||
\}
|
\}
|
||||||
|
let g:tagbar_type_gdscript = {
|
||||||
|
\ 'ctagstype' :'gdscript',
|
||||||
|
\ 'kinds': [
|
||||||
|
\ 'v:variables',
|
||||||
|
\ 'f:functions',
|
||||||
|
\ ]
|
||||||
|
\ }
|
||||||
|
|
||||||
" vim-autoformat
|
" vim-autoformat
|
||||||
let g:autoformat_autoindent = 1
|
let g:autoformat_autoindent = 1
|
||||||
|
|||||||
@ -6,7 +6,7 @@ temp-night=4500
|
|||||||
; Enable/Disable a smooth transition between day and night
|
; Enable/Disable a smooth transition between day and night
|
||||||
; 0 will cause a direct change from day to night screen temperature.
|
; 0 will cause a direct change from day to night screen temperature.
|
||||||
; 1 will gradually increase or decrease the screen temperature
|
; 1 will gradually increase or decrease the screen temperature
|
||||||
transition=1
|
transition=0
|
||||||
|
|
||||||
; Set the screen brightness. Default is 1.0
|
; Set the screen brightness. Default is 1.0
|
||||||
;brightness=0.9
|
;brightness=0.9
|
||||||
|
|||||||
@ -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.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
|
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
16
xinitrc
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
export BROWSER=browser
|
export BROWSER=browser
|
||||||
export TERMINAL=kitty
|
export TERMINAL=st
|
||||||
export XTERM=kitty
|
export XTERM=st
|
||||||
export LANGUAGE=en_US:en_GB:en
|
export LANGUAGE=en_US:en_GB:en
|
||||||
export LC_TIME=en_US.UTF-8
|
export LC_TIME=en_US.UTF-8
|
||||||
export COLORTERM=truecolor
|
export COLORTERM=truecolor
|
||||||
@ -22,13 +22,13 @@ export WINEFSYNC=1
|
|||||||
export SUDO_ASKPASS=/usr/bin/ssh-askpass-fullscreen
|
export SUDO_ASKPASS=/usr/bin/ssh-askpass-fullscreen
|
||||||
|
|
||||||
# Nvidia vaapi https://github.com/elFarto/nvidia-vaapi-driver?tab=readme-ov-file#direct-backend
|
# Nvidia vaapi https://github.com/elFarto/nvidia-vaapi-driver?tab=readme-ov-file#direct-backend
|
||||||
# export NVD_BACKEND=direct
|
export NVD_BACKEND=direct
|
||||||
# export LIBVA_DRIVER_NAME=nvidia
|
export LIBVA_DRIVER_NAME=nvidia
|
||||||
# export MOZ_DISABLE_RDD_SANDBOX=1
|
export MOZ_DISABLE_RDD_SANDBOX=1
|
||||||
# export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json
|
export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json
|
||||||
|
|
||||||
# xrandr --setprovideroutputsource modesetting NVIDIA-0
|
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||||
# xrandr --auto
|
xrandr --auto
|
||||||
|
|
||||||
# TrackPoint+Middleclick scroll
|
# TrackPoint+Middleclick scroll
|
||||||
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1
|
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user