Compare commits

...

2 commits

Author SHA1 Message Date
149f441bbe qtiling 2022-09-02 16:10:12 -05:00
a15495ff49 update wezterm keys 2022-09-02 16:09:53 -05:00
5 changed files with 13 additions and 6 deletions

View file

@ -1,5 +1,6 @@
# startx automatically if on first tty # # startx automatically if on first tty
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then # if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
startx # startx
logout # logout
fi # fi

View file

@ -35,3 +35,4 @@ export DOTFILES_DIR DOTFILES_EXTRA_DIR
# welcome art # welcome art
! is-tty && $DOTFILES_DIR/bin/gradient ! is-tty && $DOTFILES_DIR/bin/gradient

View file

@ -7,4 +7,8 @@ xss-lock -- ~/bin/lock &
unclutter --timeout 1 & unclutter --timeout 1 &
# set a new random color
~/.config/qtile/.colors/colors.py
SKIP_WM_RESET=1 autorandr -c --default default SKIP_WM_RESET=1 autorandr -c --default default

View file

@ -11,7 +11,7 @@ M.keys = {
{ key = "V", mods = "CTRL|SHIFT", action = act.PasteFrom "PrimarySelection" }, { key = "V", mods = "CTRL|SHIFT", action = act.PasteFrom "PrimarySelection" },
-- change font size -- change font size
{ key = "-", mods = "CTRL", action = "DecreaseFontSize" }, { key = "-", mods = "CTRL", action = "DecreaseFontSize" },
{ key = "+", mods = "CTRL", action = "IncreaseFontSize" }, { key = "=", mods = "CTRL", action = "IncreaseFontSize" },
-- { key = "Space", mods = "CTRL|SHIFT", action = "QuickSelect" }, -- { key = "Space", mods = "CTRL|SHIFT", action = "QuickSelect" },
{ key = "Space", mods = "CTRL|SHIFT", action = "ActivateCopyMode" }, { key = "Space", mods = "CTRL|SHIFT", action = "ActivateCopyMode" },
} }

View file

@ -20,6 +20,7 @@ return {
}, },
font = wezterm.font("MonoLisa Nerd Font"), font = wezterm.font("MonoLisa Nerd Font"),
adjust_window_size_when_changing_font_size = false, adjust_window_size_when_changing_font_size = false,
initial_cols = 80,
colors = catppuccin, colors = catppuccin,
use_fancy_tab_bar = false, use_fancy_tab_bar = false,
hide_tab_bar_if_only_one_tab = true, hide_tab_bar_if_only_one_tab = true,