Compare commits
No commits in common. "149f441bbeb02b79c73427e7f2d5641dcc30cccf" and "148080d4704dd6d825aeb0be7b949a664acde6da" have entirely different histories.
149f441bbe
...
148080d470
5 changed files with 6 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
||||||
# # 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
|
||||||
|
|
||||||
|
|
|
@ -35,4 +35,3 @@ export DOTFILES_DIR DOTFILES_EXTRA_DIR
|
||||||
|
|
||||||
# welcome art
|
# welcome art
|
||||||
! is-tty && $DOTFILES_DIR/bin/gradient
|
! is-tty && $DOTFILES_DIR/bin/gradient
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,4 @@ 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
|
||||||
|
|
||||||
|
|
|
@ -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" },
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,6 @@ 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,
|
||||||
|
|
Loading…
Reference in a new issue