diff --git a/.bashrc b/.bashrc index d9bb870..c65f25e 100644 --- a/.bashrc +++ b/.bashrc @@ -13,7 +13,7 @@ alias sl='exa --color=auto' alias ll='exa -la --color=auto' # git aliases -alias gs='git status' +alias gss='git status' alias gcm='git commit -m' alias config='git --git-dir=$HOME/config-files/ --work-tree=$HOME' diff --git a/.config/fish/abbreviations.fish b/.config/fish/abbreviations.fish index 358e8c0..1ecdb0b 100644 --- a/.config/fish/abbreviations.fish +++ b/.config/fish/abbreviations.fish @@ -3,7 +3,7 @@ abbr sl 'exa --color=auto' abbr ll 'exa -la --color=auto' abbr ip 'ip --color=auto' -abbr gs 'git status' +abbr gss 'git status' abbr gcm 'git commit -m' abbr .. 'cd ..' diff --git a/.config/flameshot/flameshot.ini b/.config/flameshot/flameshot.ini index f5a3e9e..3f6b026 100644 --- a/.config/flameshot/flameshot.ini +++ b/.config/flameshot/flameshot.ini @@ -2,7 +2,7 @@ buttons=@Variant(\0\0\0\x7f\0\0\0\vQList\0\0\0\0\x18\0\0\0\0\0\0\0\x1\0\0\0\x2\0\0\0\x3\0\0\0\x4\0\0\0\x5\0\0\0\x6\0\0\0\x12\0\0\0\xf\0\0\0\x16\0\0\0\x13\0\0\0\a\0\0\0\b\0\0\0\t\0\0\0\x10\0\0\0\n\0\0\0\v\0\0\0\r\0\0\0\x17\0\0\0\xe\0\0\0\f\0\0\0\x11\0\0\0\x14\0\0\0\x15) contrastOpacity=188 contrastUiColor=#BF616A -drawColor=#2e3440 +drawColor=#bf616a drawFontSize=16 drawThickness=10 saveAsFileExtension=png diff --git a/.config/qtile/config.py b/.config/qtile/config.py index ce4991d..6e6c9e0 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -61,6 +61,7 @@ def parse_task_text(text): text = text.replace(' \u2014 Mozilla Firefox', '') text = text.replace(' - qutebrowser', '') text = text.replace(' - Discord', '') + text = text.replace(' - Chromium', '') return text @@ -320,13 +321,6 @@ layouts = [ # ), # layout.Stack(num_stacks=2), # layout.Bsp(), - layout.MonadTall( - border_focus=nord['nord11'], - border_normal=nord['nord10'], - border_width=4, - margin=4 - ), - layout.Max(), layout.MonadThreeCol( main_centered=True, new_client_position='after_current', @@ -335,6 +329,13 @@ layouts = [ border_width=4, margin=4 ), + layout.Max(), + layout.MonadTall( + border_focus=nord['nord11'], + border_normal=nord['nord10'], + border_width=4, + margin=4 + ), #layout.MonadWide(), #layout.RatioTile(), #layout.Spiral(),