mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 00:06:12 +01:00
Compare commits
5 Commits
6c004643c2
...
fc0d1dca35
| Author | SHA1 | Date | |
|---|---|---|---|
|
fc0d1dca35
|
|||
|
1a4f34111c
|
|||
| 9369521a78 | |||
| 9d2f494497 | |||
| 419576f2a6 |
@@ -19,7 +19,7 @@ Plug 'scrooloose/syntastic'
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
"""""HTML"""""
|
||||
Plug 'mattn/emmet-vim'
|
||||
|
||||
Plug 'elkowar/yuck.vim'
|
||||
Plug 'junegunn/vim-github-dashboard'
|
||||
Plug 'honza/vim-snippets'
|
||||
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
||||
@@ -30,7 +30,7 @@ Plug 'rhysd/git-messenger.vim'
|
||||
Plug 'junegunn/vim-easy-align'
|
||||
|
||||
Plug 'catppuccin/nvim', { 'as': 'catppuccin' }
|
||||
|
||||
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }
|
||||
|
||||
"""""CLUTTER-FREE EDITING"""""
|
||||
Plug 'junegunn/goyo.vim'
|
||||
@@ -69,6 +69,9 @@ Plug 'nvim-telescope/telescope.nvim'
|
||||
Plug 'kosayoda/nvim-lightbulb'
|
||||
Plug 'antoinemadec/FixCursorHold.nvim'
|
||||
|
||||
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }
|
||||
|
||||
Plug 'norcalli/nvim-colorizer.lua'
|
||||
|
||||
Plug 'ms-jpq/chadtree', {'branch': 'chad', 'do': 'python3 -m chadtree deps'}
|
||||
Plug 'ms-jpq/coq_nvim', {'branch': 'coq'}
|
||||
@@ -76,6 +79,9 @@ Plug 'ms-jpq/coq_nvim', {'branch': 'coq'}
|
||||
Plug 'ms-jpq/coq.artifacts', {'branch': 'artifacts'}
|
||||
Plug 'ms-jpq/coq.thirdparty', {'branch': '3p'}
|
||||
|
||||
|
||||
Plug 'uga-rosa/translate.nvim'
|
||||
|
||||
Plug 'christoomey/vim-system-copy'
|
||||
Plug 'eandrju/cellular-automaton.nvim'
|
||||
Plug 'williamboman/mason.nvim'
|
||||
@@ -209,7 +215,7 @@ EOF
|
||||
let g:catppuccin_flavour = "macchiato" " latte, frappe, macchiato, mocha
|
||||
|
||||
lua require("catppuccin").setup()
|
||||
|
||||
lua require('colorizer').setup()
|
||||
colorscheme catppuccin
|
||||
|
||||
autocmd VimEnter * execute 'COQnow -s'
|
||||
|
||||
137
stalonetray/.config/stalonetrayrc
Normal file
137
stalonetray/.config/stalonetrayrc
Normal file
@@ -0,0 +1,137 @@
|
||||
# vim:filetype=config:tw=80:et
|
||||
#
|
||||
# This is sample ~/.stalonetrayrc, resembling default configuration.
|
||||
# Remember: command line parameters take precedence.
|
||||
#
|
||||
# Directives introduced in @VERSION_STR@ are marked with "NEW in @VERSION_STR@"
|
||||
#
|
||||
####################################################################
|
||||
#
|
||||
# stalonetray understands following directives
|
||||
#
|
||||
####################################################################
|
||||
|
||||
# background <color> # color can be specified as an HTML hex triplet or
|
||||
# as a name from rgb.txt, note that '#' must be quoted
|
||||
background "#000000"
|
||||
|
||||
# decorations <decspec> # set trays window decorations; possible values for
|
||||
# decspec are: all, title, border, none
|
||||
decorations none
|
||||
|
||||
# display <display name> # as usual
|
||||
|
||||
# dockapp_mode <mode> # set dockapp mode, which can be either simple (for
|
||||
# e.g. OpenBox, wmaker for WindowMaker, or none
|
||||
# (default). NEW in @VERSION_STR@.
|
||||
dockapp_mode none
|
||||
|
||||
# fuzzy_edges [<level>] # enable fuzzy edges and set fuzziness level. level
|
||||
# can be from 0 (disabled) to 3; this setting works
|
||||
# with tinting and/or transparent and/or pixmap
|
||||
# backgrounds
|
||||
fuzzy_edges 0
|
||||
|
||||
# geometry <geometry> # tray's geometry in standard X notation; width and
|
||||
# height are specified in slot_size multiples
|
||||
geometry 1x1+1400+876
|
||||
|
||||
# grow_gravity <gravity> # one of N, S, E, W, NW, NE, SW, SE; tray will grow
|
||||
# in the direction opposite to one specified by
|
||||
# grow_gravity; if horizontal or vertical
|
||||
# direction is not specified, tray will not grow in
|
||||
# that direction
|
||||
grow_gravity W
|
||||
|
||||
# icon_gravity <gravity> # icon placement gravity, one of NW, NE, SW, SE
|
||||
icon_gravity NW
|
||||
|
||||
# icon_size <int> # specifies dimensions of typical icon slot
|
||||
icon_size 24
|
||||
|
||||
# log_level <level> # controls the amount of logging output, level can
|
||||
# be err (default), info, or trace (enabled only
|
||||
# when stalonetray configured with --enable-debug)
|
||||
# NEW in @VERSION_STR@.
|
||||
log_level err
|
||||
|
||||
# kludges kludge[,kludge] # enable specific kludges to work around
|
||||
# non-conforming WMs and/or stalonetray bugs.
|
||||
# NEW in @VERSION_STR@. Argument is a
|
||||
# comma-separated list of
|
||||
# * fix_window_pos - fix tray window position on
|
||||
# erroneous moves by WM
|
||||
# * force_icons_size - ignore resize events on all
|
||||
# icons; force their size to be equal to
|
||||
# icon_size
|
||||
# * use_icon_hints - use icon window hints to
|
||||
# dtermine icon size
|
||||
|
||||
# max_geometry <geometry> # maximal tray dimensions; 0 in width/height means
|
||||
# no limit
|
||||
max_geometry 0x0
|
||||
|
||||
# no_shrink [<bool>] # disables shrink-back mode
|
||||
no_shrink false
|
||||
|
||||
# parent_bg [<bool>] # whether to use pseudo-transparency
|
||||
# (looks better when reparented into smth like FvwmButtons)
|
||||
parent_bg false
|
||||
|
||||
# pixmap_bg <path_to_xpm> # use pixmap from specified xpm file for (tiled) background
|
||||
# pixmap_bg /home/user/.stalonetraybg.xpm
|
||||
|
||||
# scrollbars <mode> # enable/disable scrollbars; mode is either
|
||||
# vertical, horizontal, all or none (default)
|
||||
# NEW in @VERSION_STR@.
|
||||
scrollbars none
|
||||
|
||||
# scrollbars-size <size> # scrollbars step in pixels; default is slot_size / 4
|
||||
# scrollbars-step 8
|
||||
|
||||
# scrollbars-step <step> # scrollbars step in pixels; default is slot_size / 2
|
||||
# scrollbars-step 32
|
||||
|
||||
# slot_size <int> # specifies size of icon slot, defaults to
|
||||
# icon_size NEW in @VERSION_STR@.
|
||||
|
||||
# skip_taskbar [<bool>] # hide tray`s window from the taskbar
|
||||
skip_taskbar true
|
||||
|
||||
# sticky [<bool>] # make a tray`s window sticky across the
|
||||
# desktops/pages
|
||||
sticky true
|
||||
|
||||
# tint_color <color> # set tinting color
|
||||
tint_color white
|
||||
|
||||
# tint_level <level> # set tinting level; level ranges from 0 (disabled)
|
||||
# to 255
|
||||
tint_level 0
|
||||
|
||||
# transparent [<bool>] # whether to use root-transparency (background
|
||||
# image must be set with Esetroot or compatible utility)
|
||||
transparent false
|
||||
|
||||
# vertical [<bool>] # whether to use vertical layout (horisontal layout
|
||||
# is used by default)
|
||||
vertical true
|
||||
|
||||
# window_layer <layer> # set the EWMH-compatible window layer; one of:
|
||||
# bottom, normal, top
|
||||
window_layer normal
|
||||
|
||||
# window_strut <mode> # enable/disable window struts for tray window (to
|
||||
# avoid converting of tray window by maximized
|
||||
# windows); mode defines to which screen border tray
|
||||
# will be attached; it can be either top, bottom,
|
||||
# left, right, none or auto (default)
|
||||
window_strut auto
|
||||
|
||||
# window_type <type> # set the EWMH-compatible window type; one of:
|
||||
# desktop, dock, normal, toolbar, utility
|
||||
window_type dock
|
||||
|
||||
# xsync [<bool>] # whether to operate on X server synchronously (SLOOOOW)
|
||||
xsync false
|
||||
|
||||
@@ -275,7 +275,7 @@ super + ctrl + button4
|
||||
|
||||
# run applications
|
||||
super + space
|
||||
rofi -modi drun,run,window,calc -show drun
|
||||
rofi -modi drun,run,window,calc,emoji -show drun
|
||||
#dmenu_recent -fn 'xos4 Terminus:size=15' -i -l 14 -w 600 -y $PANEL_HEIGHT
|
||||
|
||||
# Triggered by jus tapping super
|
||||
@@ -293,7 +293,7 @@ super + shift + z
|
||||
open-terminal-here
|
||||
|
||||
super + r
|
||||
rofi -modi drun,run,window,calc -show run
|
||||
rofi -modi drun,run,window,calc,emoji -show run
|
||||
|
||||
super + shift + b
|
||||
$BROWSER
|
||||
@@ -355,7 +355,8 @@ XF86AudioMicMute
|
||||
amixer set Capture toggle
|
||||
|
||||
XF86Launch1
|
||||
rofi -modi drun,run,window,calc,windowcd,combi,keys,filebrowser,emoji -show drun
|
||||
#rofi -modi drun,run,window,calc,windowcd,combi,keys,filebrowser,emoji -show drun
|
||||
rofi-rbw
|
||||
|
||||
ctrl + shift + Escape
|
||||
alacritty -e btop
|
||||
|
||||
Reference in New Issue
Block a user