7 Commits

Author SHA1 Message Date
tonitch 75e6358b38 Merge remote-tracking branch 'origin/master' into marynux 2024-06-23 19:12:08 +02:00
tonitch b3084fd9b6 some changes 2024-05-08 19:31:44 +02:00
tonitch 8d3e39736b vim yp and no more args for lombok 2024-04-20 10:52:57 +02:00
tonitch d20a50e347 Merge branch 'master' into marynux 2024-04-20 09:53:49 +02:00
tonitch db3649c29e Merge branch 'master' into marynux 2024-03-08 19:20:56 +01:00
tonitch ff9dc31f07 French's folder 2024-03-01 16:12:03 +01:00
tonitch 87b56c0c73 keyboard and screen 2024-01-13 13:08:19 +01:00
6 changed files with 13 additions and 7 deletions
+2
View File
@@ -123,3 +123,5 @@ sxhkd &
#. $HOME/.config/bspwm/autostart
#limepanel &
$HOME/.config/polybar/launch.sh &
$HOME/.fehbg
+1 -1
View File
@@ -48,7 +48,7 @@ secondary = #e60053
alert = #FF5555
[bar/bspbar1]
monitor = ${env:MONITOR:DVI-D-0}
monitor = ${env:MONITOR:DVI-I-1}
width = 100%:-10
height = 25
offset-x = 5
+1 -1
View File
@@ -96,7 +96,7 @@ super + Return
# bspc node -n @/
# go (Shift=move) to desktop (and focus the monitor that the desktop is located on. Bspwm style)
super + {_,shift + }{ampersand,eacute,quotedbl,apostrophe,parenleft,minus,egrave,underscore,ccedilla,agrave}
super + {_,shift + }{ampersand,eacute,quotedbl,apostrophe,parenleft,section,egrave,exclam,ccedilla,agrave}
bspc {desktop -f,node -d} ^{1-9,10}
## Alternative: i3 style behavior (focus nth, desktop of the focused monitor)
+5 -5
View File
@@ -1,10 +1,10 @@
import os
PATH_TO_LOMBOK = os.path.expanduser("/usr/lib/lombok-common/lombok.jar")
jdtls_args = ['-noverify',
'-Xmx1G',
'-XX:+UseG1GC',
'-XX:+UseStringDeduplication']
# jdtls_args = ['-noverify',
# '-Xmx1G',
# '-XX:+UseG1GC',
# '-XX:+UseStringDeduplication']
def Settings( **kwargs ):
if not os.path.exists(PATH_TO_LOMBOK):
@@ -15,6 +15,6 @@ def Settings( **kwargs ):
'jvm_args': [
'-javaagent:' + PATH_TO_LOMBOK,
'-Xbootclasspath/a:' + PATH_TO_LOMBOK
] + jdtls_args
]
}
}
+2
View File
@@ -37,6 +37,8 @@ nnoremap K :YcmCompleter GetDoc<CR>
nnoremap \<CR> :YcmCompleter FixIt<CR>
noremap gN :Lex<CR>
nnoremap yp :let @+=expand('%') .. '#' .. line('.')<CR>
nnoremap <F12> :Make<CR>
nnoremap <leader><F12> :Make run<CR>
+2
View File
@@ -176,8 +176,10 @@ zmodload zsh/terminfo
# Enabling fzf capabilities
source /usr/share/fzf/*.zsh
source /opt/enhancd/init.sh
source /usr/share/enhancd/init.sh
export ENHANCD_ENABLE_DOUBLE_DOT=false
>>>>>>> origin/master
bindkey "$terminfo[kcuu1]" history-substring-search-up
bindkey "$terminfo[kcud1]" history-substring-search-down