summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/i3/config##mobile.Linux.Luchs25
-rwxr-xr-x.config/nvim/init.vim6
2 files changed, 22 insertions, 9 deletions
diff --git a/.config/i3/config##mobile.Linux.Luchs b/.config/i3/config##mobile.Linux.Luchs
index 3eefb06..8ef79c3 100644
--- a/.config/i3/config##mobile.Linux.Luchs
+++ b/.config/i3/config##mobile.Linux.Luchs
@@ -14,18 +14,18 @@ exec --no-startup-id xset -b &
14exec --no-startup-id nm-applet & 14exec --no-startup-id nm-applet &
15 15
16# removable media 16# removable media
17exec --no-startup-id udiskie --automount --file-manager thunar --tray --notify & 17exec --no-startup-id udiskie --automount --file-manager pcmanfm --tray --notify &
18 18
19# set the wallpaper and other visuals 19# set the wallpaper and other visuals
20exec --no-startup-id ~/.fehbg & 20exec --no-startup-id ~/.fehbg &
21exec --no-startup-id compton -b & 21exec --no-startup-id compton -b &
22exec --no-startup-id xsettingsd & 22# exec --no-startup-id xsettingsd &
23 23
24exec --no-startup-id gebaard -b 24exec --no-startup-id gebaard -b
25exec --no-startup-id volnoti & 25exec --no-startup-id volnoti &
26 26
27# utilities 27# utilities
28exec --no-startup-id dropbox & 28# exec --no-startup-id dropbox &
29exec --no-startup-id copyq & 29exec --no-startup-id copyq &
30# exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf & 30# exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf &
31# exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf & 31# exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf &
@@ -42,8 +42,14 @@ exec --no-startup-id $HOME/.config/polybar/launch.sh &
42# start the screensaver, '' at the end is not a typo 42# start the screensaver, '' at the end is not a typo
43exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' '' 43exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' ''
44 44
45gaps inner 0 45# start the brightness utility
46gaps outer 0 46exec --no-startup-id clight &
47
48# flash the active window
49exec --no-startup-id flashfocus &
50
51gaps inner 5
52gaps outer 2
47 53
48# Font for window titles 54# Font for window titles
49font pango:Lato 11 55font pango:Lato 11
@@ -81,8 +87,8 @@ bindsym XF86AudioPlay exec mpc toggle
81bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh 87bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh
82bindsym XF86AudioNext exec mpc next 88bindsym XF86AudioNext exec mpc next
83 89
84bindsym XF86MonBrightnessUp exec xbacklight -inc 5 90bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 &
85bindsym XF86MonBrightnessDown exec xbacklight -dec 5 91bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 &
86 92
87bindsym XF86TouchpadToggle exec --no-startup-id perl -e '{`xinput list-props 11` =~ /^.*Device Enabled.+?(\d)$/m and {$1 ? `xinput --disable 11 && dunstify -a "touchpad" "disabled"` : `xinput --enable 11 && dunstify -a "touchpad" "enabled"`}} ' 93bindsym XF86TouchpadToggle exec --no-startup-id perl -e '{`xinput list-props 11` =~ /^.*Device Enabled.+?(\d)$/m and {$1 ? `xinput --disable 11 && dunstify -a "touchpad" "disabled"` : `xinput --enable 11 && dunstify -a "touchpad" "enabled"`}} '
88 94
@@ -264,9 +270,14 @@ mode "$mode_gaps_inner" {
264 bindsym Escape mode "default" 270 bindsym Escape mode "default"
265} 271}
266 272
273# disable borders for all windows
267for_window [class=".*"] border pixel 0 274for_window [class=".*"] border pixel 0
275
276# zotero citation dialogs and preferences windows should float
268for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable 277for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable
269for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable 278for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable
279for_window [class="Zotero" window_role="pref"] floating enable
280
270assign [class="^Thunderbird$"] 8 281assign [class="^Thunderbird$"] 8
271 282
272# class border backgr. text indicator child_border 283# class border backgr. text indicator child_border
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index 1f9b024..ab433ca 100755
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -230,6 +230,8 @@ nmap ` <Plug>Sneak_s
230nmap <leader>` <Plug>Sneak_S 230nmap <leader>` <Plug>Sneak_S
231nnoremap ' ` 231nnoremap ' `
232 232
233nmap <leader>i :IndentGuidesToggle<CR>
234
233""""""""""""""""""""""""""" 235"""""""""""""""""""""""""""
234" yanks/registers/clips " 236" yanks/registers/clips "
235""""""""""""""""""""""""""" 237"""""""""""""""""""""""""""
@@ -334,8 +336,8 @@ let g:startify_custom_header =
334"}}} 336"}}}
335 337
336"{{{ vimwiki 338"{{{ vimwiki
337let g:vimwiki_list = [{'path': '/home/yigit/Dropbox/personal_wiki', 339let g:vimwiki_list = [{'path': '/home/yigit/Documents/personal_wiki',
338 \ 'path_html': '~/Dropbox/personal_wiki_html', 340 \ 'path_html': '/home/yigit/Documents/personal_wiki_html',
339 \ 'css_name': 'tufte.css', 341 \ 'css_name': 'tufte.css',
340 \ 'auto_export': 1}] 342 \ 'auto_export': 1}]
341let g:vimwiki_global_ext = 0 343let g:vimwiki_global_ext = 0