This commit is contained in:
Michael Zhang 2020-05-06 16:46:35 -05:00
parent 4ee43ebb31
commit deccd5ff5e
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
5 changed files with 17 additions and 0 deletions

View file

@ -24,3 +24,8 @@ timeout = 10
background = "#282865"
foreground = "#dc7d17"
timeout = 0
[shortcuts]
history = ctrl+grave
context = ctrl+shift+period

View file

@ -23,7 +23,10 @@ font pango:Roboto Mono for Powerline 11
# KEYBOARD SHORTCUTS
bindsym $mod+l exec i3lock-fancy
bindsym Print exec $HOME/.local/scripts/screenshot.sh select
bindsym ctrl+Print exec $HOME/.local/scripts/screenshot.sh fullscreen
bindsym $mod+p exec $HOME/.local/scripts/passmenu.sh
bindsym $mod+semicolon exec alacritty -e nvim $HOME/todos.md
bindsym $mod+m exec alacritty -e aerc
# The combination of xss-lock, nm-applet and pactl is a popular choice, so
# they are included here as an example. Modify as you see fit.
@ -47,6 +50,10 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
bindsym $mod+F10 exec --no-startup-id mpc prev
bindsym $mod+F11 exec --no-startup-id mpc toggle
bindsym $mod+F12 exec --no-startup-id mpc next
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod

View file

@ -1,4 +1,8 @@
call plug#begin()
Plug 'godlygeek/tabular'
Plug 'plasticboy/vim-markdown'
let g:vim_markdown_new_list_item_indent = 2
Plug 'editorconfig/editorconfig-vim'
Plug 'tomasiser/vim-code-dark'
Plug 'vim-airline/vim-airline'

View file

@ -55,6 +55,7 @@ module-margin-right = 2
font-0 = fixed:pixelsize=10;1
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
font-2 = siji:pixelsize=10;1
font-3 = Noto Sans CJK JP:size=10:antialias=true;0
modules-left = bspwm i3
modules-center = mpd

0
dot_config/waybar/.keep Normal file
View file