This commit is contained in:
Tristan
2017-11-23 20:11:54 +01:00
5 changed files with 27 additions and 2 deletions

View 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>

View File

@@ -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>

View File

@@ -1 +0,0 @@
/home/tristan/build/dotfiles/.config/nvim

View File

@@ -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

View File

@@ -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