This commit is contained in:
Tiago Sousa 2023-11-03 17:00:53 +00:00
parent 9fbdaed2d1
commit bf92d0e733
4 changed files with 6 additions and 3 deletions

View file

@ -131,7 +131,7 @@ bindsym $mod+space focus mode_toggle
bindsym $mod+a focus parent
# 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.
# We use variables to avoid repeating the names in multiple places.

View file

@ -1,3 +1,4 @@
vim.opt.guicursor=""
vim.opt.nu = true
vim.opt.relativenumber = true
@ -38,4 +39,6 @@ vim.opt.updatetime = 50
-- Don't pass messages to |ins-completion-menu|.
vim.opt.shortmess:append("c")
vim.opt.colorcolumn="80"
vim.g.mapleader = " "

View file

@ -63,7 +63,7 @@ fi
rofi_cmd() {
rofi -theme-str "window {width: $win_width;}" \
-theme-str "listview {columns: $list_col; lines: $list_row;}" \
-theme-str 'textbox-prompt-colon {str: "";}' \
-theme-str 'textbox-prompt-colon {str: "󰃠";}' \
-dmenu \
-p "$prompt" \
-mesg "$mesg" \