update
This commit is contained in:
parent
4ee43ebb31
commit
deccd5ff5e
5 changed files with 17 additions and 0 deletions
|
@ -24,3 +24,8 @@ timeout = 10
|
||||||
background = "#282865"
|
background = "#282865"
|
||||||
foreground = "#dc7d17"
|
foreground = "#dc7d17"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
|
|
||||||
|
[shortcuts]
|
||||||
|
history = ctrl+grave
|
||||||
|
context = ctrl+shift+period
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,10 @@ font pango:Roboto Mono for Powerline 11
|
||||||
# KEYBOARD SHORTCUTS
|
# KEYBOARD SHORTCUTS
|
||||||
bindsym $mod+l exec i3lock-fancy
|
bindsym $mod+l exec i3lock-fancy
|
||||||
bindsym Print exec $HOME/.local/scripts/screenshot.sh select
|
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+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
|
# 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.
|
# 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 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 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
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
|
Plug 'godlygeek/tabular'
|
||||||
|
Plug 'plasticboy/vim-markdown'
|
||||||
|
let g:vim_markdown_new_list_item_indent = 2
|
||||||
|
|
||||||
Plug 'editorconfig/editorconfig-vim'
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
Plug 'tomasiser/vim-code-dark'
|
Plug 'tomasiser/vim-code-dark'
|
||||||
Plug 'vim-airline/vim-airline'
|
Plug 'vim-airline/vim-airline'
|
||||||
|
|
|
@ -55,6 +55,7 @@ module-margin-right = 2
|
||||||
font-0 = fixed:pixelsize=10;1
|
font-0 = fixed:pixelsize=10;1
|
||||||
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||||
font-2 = siji:pixelsize=10;1
|
font-2 = siji:pixelsize=10;1
|
||||||
|
font-3 = Noto Sans CJK JP:size=10:antialias=true;0
|
||||||
|
|
||||||
modules-left = bspwm i3
|
modules-left = bspwm i3
|
||||||
modules-center = mpd
|
modules-center = mpd
|
||||||
|
|
0
dot_config/waybar/.keep
Normal file
0
dot_config/waybar/.keep
Normal file
Loading…
Add table
Reference in a new issue