mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 03:33:03 +03:00
upd
This commit is contained in:
parent
2f67e73efa
commit
19dbd1e740
2 changed files with 38 additions and 10 deletions
33
i3/config
33
i3/config
|
|
@ -6,7 +6,7 @@ hide_edge_borders both
|
|||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec gnome-terminal
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
|
@ -71,7 +71,7 @@ set $w2 "2: Browser"
|
|||
set $w3 "3: Chat"
|
||||
set $w4 "4: Dev"
|
||||
set $w7 "7: VoIP"
|
||||
set $w8 "8: Mail"
|
||||
set $w8 "8: Office"
|
||||
set $w9 "9: Music"
|
||||
set $w10 "Z: Misc"
|
||||
|
||||
|
|
@ -110,10 +110,13 @@ assign [class="VK"] $w3
|
|||
assign [class="Slack"] $w3
|
||||
assign [class="Postman"] $w4
|
||||
assign [class="Chromium-browse"] $w4
|
||||
assign [class="Electron"] $w4
|
||||
assign [class="Google Play Music Desktop Player"] $w9
|
||||
assign [class="jetbrains-datagrip"] $w4
|
||||
assign [class="zoom"] $w7
|
||||
assign [class="Mailspring"] $w8
|
||||
assign [class="Thunderbird"] $w8
|
||||
assign [class="Joplin"] $w8
|
||||
|
||||
for_window [class="cinnamon-settings*"] floating enable
|
||||
# reload the configuration file
|
||||
|
|
@ -149,6 +152,25 @@ mode "resize" {
|
|||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
bindsym $mod+m mode "move" focus floating
|
||||
mode "move" {
|
||||
bindsym $mod+Tab focus right
|
||||
|
||||
bindsym Left move left
|
||||
bindsym Down move down
|
||||
bindsym Up move up
|
||||
bindsym Right move right
|
||||
|
||||
bindsym h move left
|
||||
bindsym j move down
|
||||
bindsym k move up
|
||||
bindsym l move right
|
||||
|
||||
# back to normal: Enter or Escape
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
|
||||
|
|
@ -211,5 +233,12 @@ exec_always "feh --bg-scale ~/Pictures/wallpaper.jpg"
|
|||
# Compton
|
||||
exec compton
|
||||
|
||||
# Activity watch
|
||||
exec /home/pavel/Scripts/activity_watch.sh
|
||||
|
||||
exec_always setxkbmap -layout us,ru
|
||||
exec_always setxkbmap -model pc105 -option 'grp:win_space_toggle' -option 'grp:alt_shift_toggle'
|
||||
|
||||
# Keyring
|
||||
# exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets
|
||||
exec --no-startup-id /usr/bin/nm-applet
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ Plug 'edkolev/tmuxline.vim'
|
|||
" Plug 'lilydjwg/colorizer'
|
||||
Plug 'mhinz/vim-startify'
|
||||
|
||||
Plug 'camspiers/animate.vim'
|
||||
Plug 'camspiers/lens.vim'
|
||||
" Plug 'camspiers/animate.vim'
|
||||
" Plug 'camspiers/lens.vim'
|
||||
|
||||
" Plug 'kien/tabman.vim'
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ Plug 'plasticboy/vim-markdown'
|
|||
Plug 'euclio/vim-markdown-composer'
|
||||
Plug 'chrisbra/csv.vim'
|
||||
Plug 'aklt/plantuml-syntax'
|
||||
Plug 'tyru/open-browser.vim'
|
||||
" Plug 'tyru/open-browser.vim'
|
||||
Plug 'weirongxu/plantuml-previewer.vim'
|
||||
" Plug 'rvesse/vim-sparql'
|
||||
" Plug 'tikhomirov/vim-glsl'
|
||||
|
|
@ -75,7 +75,7 @@ Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
|||
Plug 'w0rp/ale'
|
||||
" Plug 'shougo/deoplete.nvim'
|
||||
Plug 'janko-m/vim-test'
|
||||
Plug 'metakirby5/codi.vim'
|
||||
" Plug 'metakirby5/codi.vim'
|
||||
" Plug 'axvr/zepl.vim'
|
||||
" Plug 'valloric/youcompleteme'
|
||||
" Plug 'scrooloose/syntastic'
|
||||
|
|
@ -99,7 +99,7 @@ Plug 'jiangmiao/auto-pairs'
|
|||
" Plug 'raimondi/delimitmate'
|
||||
" Plug 'cohama/lexima.vim'
|
||||
|
||||
Plug 'dhruvasagar/vim-table-mode'
|
||||
" Plug 'dhruvasagar/vim-table-mode'
|
||||
Plug 'bronson/vim-trailing-whitespace'
|
||||
|
||||
Plug 'dkprice/vim-easygrep'
|
||||
|
|
@ -147,9 +147,10 @@ Plug 'liuchengxu/vim-clap'
|
|||
|
||||
" Misc
|
||||
Plug 'wakatime/vim-wakatime'
|
||||
Plug 'ActivityWatch/aw-watcher-vim'
|
||||
Plug 'vimwiki/vimwiki'
|
||||
" Plug 'tpope/vim-rhubarb'
|
||||
Plug 'mtth/scratch.vim'
|
||||
" Plug 'mtth/scratch.vim'
|
||||
|
||||
" Has to be plugged the last
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
|
|
@ -619,8 +620,6 @@ let g:coc_global_extensions =
|
|||
\ 'coc-json',
|
||||
\ 'coc-marketplace',
|
||||
\ 'coc-python',
|
||||
\ 'coc-svelte',
|
||||
\ 'coc-tabnine',
|
||||
\ 'coc-tasks',
|
||||
\ 'coc-tsserver',
|
||||
\ 'coc-ultisnips',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue