mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
changes due to migration from ubuntu to arch
This commit is contained in:
parent
9a8b6d69c3
commit
30970086af
@ -239,7 +239,7 @@ def main_bar():
|
||||
[
|
||||
widget.TextBox(text="⟳", fontsize=18),
|
||||
widget.CheckUpdates(
|
||||
distro="Ubuntu", display_format="{updates} Updates"
|
||||
distro="Arch", display_format="{updates} Updates"
|
||||
),
|
||||
],
|
||||
[
|
||||
@ -328,7 +328,7 @@ floating_layout = layout.Floating(
|
||||
Match(wm_class="maketag"), # gitk
|
||||
Match(wm_class="ssh-askpass"), # ssh-askpass
|
||||
Match(title="branchdialog"), # gitk
|
||||
Match(title="pinentry"), # GPG key password entry
|
||||
Match(title="pinentry-gtk-2"), # GPG key password entry
|
||||
Match(wm_class="gnome-calculator"), # Calculator
|
||||
Match(wm_class="pavucontrol"), # Audio mixer
|
||||
Match(wm_class="gnome-calendar"), # Calendar
|
||||
|
||||
4
.zshrc
4
.zshrc
@ -43,8 +43,8 @@ alias config="git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
|
||||
alias python="python3"
|
||||
alias pip="pip3"
|
||||
|
||||
# Alias to batcat instead of cat
|
||||
alias cat="batcat --paging=never --style=header,grid"
|
||||
# Alias to bat instead of cat
|
||||
alias cat="bat --paging=never --style=header,grid"
|
||||
|
||||
# Alias to exa instead of ls
|
||||
alias ls="exa --color=always --group-directories-first"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user