Aliases: find/grep (recursive), Python, Markdown

- Vim: refresh file, format 2 lines
- i3: ksnapshot
This commit is contained in:
2018-02-23 00:38:52 -05:00
parent 611f7b5cb1
commit 8fffcacdf6
5 changed files with 23 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
# applications {{{ #
# startup {{{ #
exec redshift -O 4000
exec_always feh --bg-scale ~/Pictures/Backgrounds/samurai-astronaut.jpg
exec_always feh --bg-center ~/Pictures/Backgrounds/samurai-astronaut.jpg
exec imwheel
exec --no-startup-id i3-msg 'workspace 1 ; exec terminator'
exec --no-startup-id i3-msg 'workspace 3 ; exec google-chrome'
@@ -20,6 +20,7 @@ bindsym Mod4+o exec okular
bindsym Mod4+m exec okular $sch_dir/calc-textbook.pdf
bindsym Mod4+p exec pycharm
bindsym Mod4+s exec spotify
bindsym Print exec ksnapshot
# redshift {{{ #
bindsym $mod+Mod4+1 exec redshift -O 1500
@@ -127,6 +128,7 @@ assign [class="jetbrains-"] $ws8
set $ws9 "9 "
set $ws10 "10 "
assign [class="VirtualBox"] $ws10
assign [class="Spotify"] $ws10
set $ws11 "11 "
workspace $ws11 output $benq
# }}} ws names #
@@ -197,14 +199,14 @@ bindsym $mod+control+l resize grow width 10 px or 10 ppt
set $sb_font Hack Bold
bar {
font pango:$sb_font 17
tray_output $benq
tray_output none
status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf
output HDMI-0
}
bar {
output $samsung
tray_output $benq
tray_output none
font pango:$sb_font 22
}
# }}} status bar #