Changes for nazarick
This commit is contained in:
@@ -144,6 +144,13 @@ bindsym $mod+Shift+8 move container to workspace number $ws8
|
|||||||
bindsym $mod+Shift+9 move container to workspace number $ws9
|
bindsym $mod+Shift+9 move container to workspace number $ws9
|
||||||
bindsym $mod+Shift+0 move container to workspace number $ws10
|
bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||||
|
|
||||||
|
# ============================== Monitor
|
||||||
|
set $monitor_1 "DP-3"
|
||||||
|
set $monitor_2 "DP-1"
|
||||||
|
|
||||||
|
workspace $ws1 output $monitor_1
|
||||||
|
workspace $ws10 output $monitor_2
|
||||||
|
|
||||||
# ============================== Design
|
# ============================== Design
|
||||||
# Remove title
|
# Remove title
|
||||||
new_window 1pixel
|
new_window 1pixel
|
||||||
@@ -161,6 +168,8 @@ client.unfocused $termbg $termbg #ffffff $termbg $termbg
|
|||||||
client.urgent $red $red #ffffff $red $red
|
client.urgent $red $red #ffffff $red $red
|
||||||
client.background #ffffff
|
client.background #ffffff
|
||||||
|
|
||||||
|
gaps inner 8
|
||||||
|
|
||||||
# ============================== Start
|
# ============================== Start
|
||||||
# Keyboard layout
|
# Keyboard layout
|
||||||
exec setxkbmap -layout za
|
exec setxkbmap -layout za
|
||||||
|
|||||||
@@ -32,6 +32,11 @@ background = ${colors.background}
|
|||||||
wm-name = i3
|
wm-name = i3
|
||||||
wm-restack = i3
|
wm-restack = i3
|
||||||
|
|
||||||
|
[bar/desktop]
|
||||||
|
inherit = bar/laptop
|
||||||
|
|
||||||
|
modules-right = spotify volume date
|
||||||
|
|
||||||
[module/i3]
|
[module/i3]
|
||||||
type = internal/i3
|
type = internal/i3
|
||||||
pin-workspaces = true
|
pin-workspaces = true
|
||||||
@@ -58,6 +63,9 @@ label-focused-padding = 1
|
|||||||
label-unfocused = "%icon%"
|
label-unfocused = "%icon%"
|
||||||
label-unfocused-padding = 1
|
label-unfocused-padding = 1
|
||||||
|
|
||||||
|
label-visible = "%icon%"
|
||||||
|
label-visible-padding = 1
|
||||||
|
|
||||||
label-urgent = "%icon%"
|
label-urgent = "%icon%"
|
||||||
label-urgent-background = ${colors.urgent}
|
label-urgent-background = ${colors.urgent}
|
||||||
label-urgent-padding = 1
|
label-urgent-padding = 1
|
||||||
|
|||||||
@@ -97,13 +97,6 @@ cmap q1 q!
|
|||||||
" fzf
|
" fzf
|
||||||
nmap <C-f> :Files<CR>
|
nmap <C-f> :Files<CR>
|
||||||
|
|
||||||
" ============================== Snippets
|
|
||||||
iab lbf \textbf{}<LEFT>
|
|
||||||
iab lframe \begin{frame}{}<CR><CR>\end{frame}<UP>
|
|
||||||
iab litem \begin{itemize}<CR><CR>\end{itemize}<UP>
|
|
||||||
iab ltable \begin{tabular}{}<CR>\end{tabular}<UP><RIGHT><RIGHT><RIGHT>
|
|
||||||
iab lfig \begin{figure}<CR>\includegraphics[width=1\textwidth]{}<CR>\caption{}<CR>\label{figure:}<CR>\end{figure}
|
|
||||||
|
|
||||||
" ============================== LSP
|
" ============================== LSP
|
||||||
" ++++++++++ completion-nvim Settings
|
" ++++++++++ completion-nvim Settings
|
||||||
if has ("nvim")
|
if has ("nvim")
|
||||||
|
|||||||
@@ -23,7 +23,8 @@ zstyle ':vcs_info:git:*' formats ' [%b ]'
|
|||||||
# ============================== Exports
|
# ============================== Exports
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export PATH=$PATH:$HOME/.local/bin:$HOME/scripts
|
export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin
|
||||||
|
export BROWSER="firefox"
|
||||||
|
|
||||||
# ============================== Aliases
|
# ============================== Aliases
|
||||||
alias fontslist="fc-list :scalable=true:spacing=mono: family"
|
alias fontslist="fc-list :scalable=true:spacing=mono: family"
|
||||||
|
|||||||
Reference in New Issue
Block a user