...
This commit is contained in:
parent
58928f8616
commit
0148534989
8 changed files with 32 additions and 14 deletions
|
@ -54,6 +54,12 @@ export_loop \
|
|||
test -r $SETENV && . "$SETENV" && setenv profile
|
||||
test -r $HOME/lib/script/lf.sh && . $HOME/lib/script/lf.sh
|
||||
|
||||
if which bb ; then
|
||||
ved() {
|
||||
`bb which nvim vim vi` $@
|
||||
}
|
||||
fi
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
export SSH_TTY=$(tty)
|
||||
|
||||
|
|
10
gwenviewrc
10
gwenviewrc
|
@ -5,15 +5,19 @@ update_info=gwenview.upd:SideBar_StatusBar_Rename,gwenview.upd:ImageView_AlphaBa
|
|||
LastUsedVersion=210800
|
||||
|
||||
[MainWindow]
|
||||
2 screens: Height=766
|
||||
2 screens: Width=1145
|
||||
2 screens: Height=843
|
||||
2 screens: Width=1075
|
||||
MenuBar=Disabled
|
||||
State=AAAA/wAAAAD9AAAAAAAABHkAAALQAAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAEAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgEAAAAA/////wAAAAAAAAAA
|
||||
State=AAAA/wAAAAD9AAAAAAAABDMAAAMdAAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAEAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgEAAAAA/////wAAAAAAAAAA
|
||||
ToolBarsMovable=Disabled
|
||||
|
||||
[Recent Files]
|
||||
File1[$e]=$HOME/dev/mapgen/img.png
|
||||
File2[$e]=$HOME/dev/wiki/web/img/atruim1.webp
|
||||
File3[$e]=$HOME/load/wallpaperflare.com_wallpaper.jpg
|
||||
Name1[$e]=img.png
|
||||
Name2[$e]=atruim1.webp
|
||||
Name3[$e]=wallpaperflare.com_wallpaper.jpg
|
||||
|
||||
[SideBar]
|
||||
InformationSplitterSizes=212,243
|
||||
|
|
|
@ -41,18 +41,18 @@ column_meters_1=RightCPUs2 Tasks LoadAverage Uptime
|
|||
column_meter_modes_1=1 2 2 2
|
||||
tree_view=0
|
||||
sort_key=47
|
||||
tree_sort_key=0
|
||||
tree_sort_key=47
|
||||
sort_direction=-1
|
||||
tree_sort_direction=1
|
||||
tree_sort_direction=-1
|
||||
tree_view_always_by_pid=0
|
||||
all_branches_collapsed=0
|
||||
screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
|
||||
.sort_key=PERCENT_MEM
|
||||
.tree_sort_key=PID
|
||||
.tree_sort_key=PERCENT_MEM
|
||||
.tree_view_always_by_pid=0
|
||||
.tree_view=0
|
||||
.sort_direction=-1
|
||||
.tree_sort_direction=1
|
||||
.tree_sort_direction=-1
|
||||
.all_branches_collapsed=0
|
||||
screen:I/O=PID USER IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE PERCENT_SWAP_DELAY PERCENT_IO_DELAY Command
|
||||
.sort_key=IO_RATE
|
||||
|
|
|
@ -266,7 +266,7 @@ Turn Off Screen=none,none,Turn Off Screen
|
|||
_k_friendly_name=Power Management
|
||||
|
||||
[plasmashell]
|
||||
_k_friendly_name=Plasma
|
||||
_k_friendly_name=Activity switching
|
||||
activate task manager entry 1=none,Meta+1,Activate Task Manager Entry 1
|
||||
activate task manager entry 10=none,Meta+0,Activate Task Manager Entry 10
|
||||
activate task manager entry 2=none,Meta+2,Activate Task Manager Entry 2
|
||||
|
|
|
@ -5,3 +5,7 @@ update_info=kscreenlocker.upd:0.1-autolock
|
|||
Autolock=false
|
||||
LockOnResume=false
|
||||
Timeout=8
|
||||
|
||||
[Greeter][Wallpaper][org.kde.image][General]
|
||||
Image=/home/surdeus/load/wallpaperflare.com_wallpaper.jpg
|
||||
PreviewImage=/home/surdeus/load/wallpaperflare.com_wallpaper.jpg
|
||||
|
|
|
@ -23,7 +23,7 @@ createAutoCmd({
|
|||
"BufNewFile",
|
||||
"BufRead",
|
||||
},{
|
||||
pattern = "*.txt,*.js,*.jsx,*.scss,*.css,*.sass,*.html,*.htmlx,*.tmpl,*.tpl,*.yml,*.yaml,*.toml,*.tml",
|
||||
pattern = "*.md,*.pmd,*.txt,*.js,*.jsx,*.scss,*.css,*.sass,*.html,*.htmlx,*.tmpl,*.tpl,*.yml,*.yaml,*.toml,*.tml",
|
||||
callback = function()
|
||||
local buf = vim.bo[vim.api.nvim_get_current_buf()]
|
||||
buf.expandtab = true
|
||||
|
@ -37,7 +37,7 @@ createAutoCmd({
|
|||
"BufNewFile",
|
||||
"BufRead",
|
||||
},{
|
||||
pattern = "*.md,*.py",
|
||||
pattern = "*.py",
|
||||
callback = function()
|
||||
local buf = vim.bo[vim.api.nvim_get_current_buf()]
|
||||
buf.expandtab = true
|
||||
|
|
|
@ -50,6 +50,7 @@ local opts = {nowait=true, silent = true}
|
|||
|
||||
-- Search
|
||||
map('n', '\\noh', ':noh\n', opts)
|
||||
map('n', '<Return>', 'i<Return><Esc>', opts)
|
||||
|
||||
-- Tabs.
|
||||
map('n', '\\tn', ':tabnew\n', opts)
|
||||
|
@ -67,14 +68,17 @@ local opts = {nowait=true, silent = true}
|
|||
-- vim.api.nvim_del_keymap('n', '<C-r>')
|
||||
-- Windows
|
||||
-- Moving
|
||||
map('n', '<S-b>', '<C-b>', opts)
|
||||
map('n', '<S-f>', '<C-f>', opts)
|
||||
--map('n', '<S-b>', '<C-b>', opts)
|
||||
--map('n', '<S-f>', '<C-f>', opts)
|
||||
opts = {silent = true}
|
||||
map('n', '<A-l>', '<C-w>l', opts)
|
||||
map('n', '<A-h>', '<C-w>h', opts)
|
||||
map('n', '<A-k>', '<C-w>k', opts)
|
||||
map('n', '<A-j>', '<C-w>j', opts)
|
||||
|
||||
map('n', '<A-b>', '<C-b>', opts)
|
||||
map('n', '<A-f>', '<C-f>', opts)
|
||||
|
||||
map('n', 'gl', '<C-w>l', opts)
|
||||
map('n', 'gh', '<C-w>h', opts)
|
||||
map('n', 'gk', '<C-w>k', opts)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[General]
|
||||
window_geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\x4\x38\0\0\x4\xdb\0\0\a\xdd\0\0\0\0\0\0\x4\x38\0\0\x4\xdb\0\0\a\xdd\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\x4\x38\0\0\x4\xdb\0\0\a\xdd)
|
||||
window_state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\0\0\0\x4\xdc\0\0\x3\xa6\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\x1\0\0\0\x2\0\0\0\x1\0\0\0\x14\0G\0u\0i\0T\0\x61\0\x62\0l\0i\0n\0\x65\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0)
|
||||
window_geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\x4\x38\0\0\a\x7f\0\0\b'\0\0\0\0\0\0\x4L\0\0\x4\xdb\0\0\a\xf1\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\x4\x38\0\0\a\x7f\0\0\b')
|
||||
window_state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\0\0\0\a\x80\0\0\x3\xf0\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\x1\0\0\0\x2\0\0\0\x1\0\0\0\x14\0G\0u\0i\0T\0\x61\0\x62\0l\0i\0n\0\x65\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0)
|
||||
|
|
Loading…
Reference in a new issue