mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
config_update(i3, sxhkd, vim, and tmux)
This commit is contained in:
parent
d72952955c
commit
64c846602f
@ -8,8 +8,8 @@ exec_always --no-startup-id launch_polybar
|
|||||||
|
|
||||||
# #---Basic Definitions---# #
|
# #---Basic Definitions---# #
|
||||||
for_window [class="^.*"] border pixel 2
|
for_window [class="^.*"] border pixel 2
|
||||||
gaps inner 2
|
gaps inner 0
|
||||||
gaps outer 2
|
gaps outer 0
|
||||||
set $term --no-startup-id $TERMINAL
|
set $term --no-startup-id $TERMINAL
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $netrefresh --no-startup-id sudo -A systemctl restart NetworkManager
|
set $netrefresh --no-startup-id sudo -A systemctl restart NetworkManager
|
||||||
@ -28,6 +28,7 @@ for_window [instance="dropdown_dropdowncalc"] border pixel 2
|
|||||||
for_window [instance="dropdown_*"] move position center
|
for_window [instance="dropdown_*"] move position center
|
||||||
for_window [class="Spotify"] move to workspace $ws10
|
for_window [class="Spotify"] move to workspace $ws10
|
||||||
for_window [class="discord"] move to workspace $ws10
|
for_window [class="discord"] move to workspace $ws10
|
||||||
|
for_window [class="Slack"] move to workspace $ws10
|
||||||
|
|
||||||
|
|
||||||
# #---Basic Bindings---# #
|
# #---Basic Bindings---# #
|
||||||
|
|||||||
@ -104,6 +104,10 @@ set clipboard+=unnamedplus
|
|||||||
set nobackup
|
set nobackup
|
||||||
set nowritebackup
|
set nowritebackup
|
||||||
|
|
||||||
|
" Use Microsoft python language server
|
||||||
|
|
||||||
|
"python.jediEnabled": false
|
||||||
|
|
||||||
" Use tab for trigger completion with characters ahead and navigate.
|
" Use tab for trigger completion with characters ahead and navigate.
|
||||||
" Use command ':verbose imap <tab>' to make sure tab is not mapped by other plugin.
|
" Use command ':verbose imap <tab>' to make sure tab is not mapped by other plugin.
|
||||||
inoremap <silent><expr> <TAB>
|
inoremap <silent><expr> <TAB>
|
||||||
|
|||||||
@ -26,6 +26,8 @@ super + m
|
|||||||
spotify
|
spotify
|
||||||
super + n
|
super + n
|
||||||
nautilus
|
nautilus
|
||||||
|
super + shift + p
|
||||||
|
pycharm
|
||||||
super + shift + q
|
super + shift + q
|
||||||
kill -9 `xdotool getwindowfocus getwindowpid`
|
kill -9 `xdotool getwindowfocus getwindowpid`
|
||||||
super + r
|
super + r
|
||||||
|
|||||||
@ -10,7 +10,7 @@ set-window-option -g window-status-current-style fg=white
|
|||||||
setw -g window-status-current-style reverse
|
setw -g window-status-current-style reverse
|
||||||
setw -g automatic-rename
|
setw -g automatic-rename
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
set -g history-limit 30000
|
set -g history-limit 3000000
|
||||||
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||||
set-option -g status-justify right
|
set-option -g status-justify right
|
||||||
set-option -g status-bg black # colour213 # pink
|
set-option -g status-bg black # colour213 # pink
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user