Compare commits

...

3 Commits

4 changed files with 2200 additions and 1 deletions

View File

@ -0,0 +1,21 @@
background #000000
foreground #ffffff
cursor #ffffff
selection_background #b4d5ff
color0 #000000
color8 #545753
color1 #cc0000
color9 #ef2828
color2 #4e9a05
color10 #8ae234
color3 #c4a000
color11 #fce94e
color4 #3464a4
color12 #719ecf
color5 #74507a
color13 #ad7ea7
color6 #05989a
color14 #34e2e2
color7 #d3d7cf
color15 #ededec
selection_foreground #000000

2173
.config/kitty/kitty.conf Normal file

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ exec element-desktop
for_window [class="Slack"] move to workspace $chat_workspace
for_window [app_id="Slack"] move to workspace $chat_workspace
exec slack
exec slack --enable-features=WebRTCPipeWireCapturer
exec flatpak run com.slack.Slack
for_window [app_id="telegramdesktop"] move to workspace $chat_workspace

5
.zshrc
View File

@ -358,3 +358,8 @@ function nitroid {
}
compdef 'compadd -X "Identity" 0 1 2' nitroid
function cpr {
rsync --archive -hh --partial --info=stats1,progress2 "$@"
}