Added fontconfig and screensaver in i3, changed Git mappings in nvim
This commit is contained in:
18
.config/fontconfig/fonts.conf
Normal file
18
.config/fontconfig/fonts.conf
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match target="font">
|
||||||
|
<edit name="antialias" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>system</family>
|
||||||
|
<prefer><family>DejaVu Sans</family></prefer>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
|
||||||
|
</fontconfig>
|
||||||
@@ -79,6 +79,12 @@ nnoremap <leader>so :OpenSession<Space>
|
|||||||
nnoremap <leader>ss :SaveSession<Space>
|
nnoremap <leader>ss :SaveSession<Space>
|
||||||
nnoremap <leader>sd :DeleteSession<CR>
|
nnoremap <leader>sd :DeleteSession<CR>
|
||||||
nnoremap <leader>sc :CloseSession<CR>
|
nnoremap <leader>sc :CloseSession<CR>
|
||||||
|
"
|
||||||
|
" GitGutter maps
|
||||||
|
noremap \hn <Plug>GitGutterNextHunk
|
||||||
|
noremap \hp <Plug>GitGutterPreviewHunk
|
||||||
|
noremap \hs <Plug>GitGutterStageHunk
|
||||||
|
noremap \hr <Plug>GitGutterUndoHunk
|
||||||
|
|
||||||
"Git maps
|
"Git maps
|
||||||
noremap <Leader>gs :Gstatus<CR>
|
noremap <Leader>gs :Gstatus<CR>
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
/home/tristan/build/dotfiles/.config/nvim
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
':/home/tristan/build/rineja/public/images/ostalo
|
':/
|
||||||
v:/home/tristan/build/rineja/app/views
|
v:/home/tristan/build/rineja/app/views
|
||||||
a:/home/tristan/build/rineja/app/assets
|
a:/home/tristan/build/rineja/app/assets
|
||||||
c:/home/tristan/build/rineja/app/controllers
|
c:/home/tristan/build/rineja/app/controllers
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
#exec --no-stratup-id xrandr --output eDP1 --primary --auto
|
#exec --no-stratup-id xrandr --output eDP1 --primary --auto
|
||||||
exec --no-startup-id xrandr --output HDMI-0 --auto --mode 1920x1080 --primary --dpi 96/HDMI-0
|
exec --no-startup-id xrandr --output HDMI-0 --auto --mode 1920x1080 --primary --dpi 96/HDMI-0
|
||||||
exec --no-startup-id mplayer -fs ~/.i3/boot.mp4
|
exec --no-startup-id mplayer -fs ~/.i3/boot.mp4
|
||||||
|
exec --no-startup-id xset -dpms && xset s noblank && xset s noexpose && xset dpms 600 1800 360
|
||||||
exec --no-startup-id xautolock -time 10 -locker ~/.i3/scripts/locker.sh
|
exec --no-startup-id xautolock -time 10 -locker ~/.i3/scripts/locker.sh
|
||||||
exec --no-startup-id xautolock -locknow
|
exec --no-startup-id xautolock -locknow
|
||||||
#DAEMONS
|
#DAEMONS
|
||||||
@@ -54,6 +55,7 @@ for_window [class="Pavucontrol"] floating enable
|
|||||||
for_window [class="octopi"] floating enable
|
for_window [class="octopi"] floating enable
|
||||||
for_window [class="lxappearance"] floating enable
|
for_window [class="lxappearance"] floating enable
|
||||||
for_window [title="Hold On*"] floating enable
|
for_window [title="Hold On*"] floating enable
|
||||||
|
for_window [title="Zazu*"] floating enable
|
||||||
for_window [title="florence"] floating enable
|
for_window [title="florence"] floating enable
|
||||||
for_window [title="Starting Unity...*"] floating enable
|
for_window [title="Starting Unity...*"] floating enable
|
||||||
for_window [window_role="pop-up"] floating enable
|
for_window [window_role="pop-up"] floating enable
|
||||||
|
|||||||
Reference in New Issue
Block a user