changes
This commit is contained in:
parent
9fbdaed2d1
commit
bf92d0e733
4 changed files with 6 additions and 3 deletions
|
@ -120,7 +120,7 @@ font:
|
||||||
# - (Linux/BSD) monospace
|
# - (Linux/BSD) monospace
|
||||||
# - (Windows) Consolas
|
# - (Windows) Consolas
|
||||||
family: FiraCode Nerd Font Mono
|
family: FiraCode Nerd Font Mono
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Regular
|
style: Regular
|
||||||
|
|
||||||
|
|
|
@ -131,7 +131,7 @@ bindsym $mod+space focus mode_toggle
|
||||||
bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
|
|
||||||
# focus the child container
|
# focus the child container
|
||||||
#bindsym $mod+d focus child
|
bindsym $mod+Shift+a focus child
|
||||||
|
|
||||||
# Define names for default workspaces for which we configure key bindings later on.
|
# Define names for default workspaces for which we configure key bindings later on.
|
||||||
# We use variables to avoid repeating the names in multiple places.
|
# We use variables to avoid repeating the names in multiple places.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
vim.opt.guicursor=""
|
||||||
|
|
||||||
vim.opt.nu = true
|
vim.opt.nu = true
|
||||||
vim.opt.relativenumber = true
|
vim.opt.relativenumber = true
|
||||||
|
@ -38,4 +39,6 @@ vim.opt.updatetime = 50
|
||||||
-- Don't pass messages to |ins-completion-menu|.
|
-- Don't pass messages to |ins-completion-menu|.
|
||||||
vim.opt.shortmess:append("c")
|
vim.opt.shortmess:append("c")
|
||||||
|
|
||||||
|
vim.opt.colorcolumn="80"
|
||||||
|
|
||||||
vim.g.mapleader = " "
|
vim.g.mapleader = " "
|
||||||
|
|
|
@ -63,7 +63,7 @@ fi
|
||||||
rofi_cmd() {
|
rofi_cmd() {
|
||||||
rofi -theme-str "window {width: $win_width;}" \
|
rofi -theme-str "window {width: $win_width;}" \
|
||||||
-theme-str "listview {columns: $list_col; lines: $list_row;}" \
|
-theme-str "listview {columns: $list_col; lines: $list_row;}" \
|
||||||
-theme-str 'textbox-prompt-colon {str: "";}' \
|
-theme-str 'textbox-prompt-colon {str: "";}' \
|
||||||
-dmenu \
|
-dmenu \
|
||||||
-p "$prompt" \
|
-p "$prompt" \
|
||||||
-mesg "$mesg" \
|
-mesg "$mesg" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue