updated dotfiles

This commit is contained in:
joelchrono12 2022-05-30 15:21:59 -05:00
parent d1a84468d5
commit adbd989632
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
6 changed files with 20 additions and 14 deletions

View File

@ -64,6 +64,8 @@ alias gcm='git commit'
alias gb='git branch'
alias cleandwm='make clean && rm -f config.h && git reset --hard origin/master'
alias casawifi='nmcli device wifi connect INFINITUMIVSL_2.4'
alias yt='youtube-dl --add-metadata -i'
alias yta='yt -x -f bestaudio/best'
# alias picom='picom --experimental-backends --backend glx --blur-method 'dual_kawase' --blur-strength 6 & disown'
alias ssh='TERM=xterm-256color ssh'
@ -90,3 +92,4 @@ source /home/chrono/.config/broot/launcher/bash/br
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
export CALIBRE_USE_DARK_PALETTE=1

View File

@ -376,10 +376,12 @@ globalkeys = gears.table.join(
{description = "run gui editor", group = "user programs"}),
awful.key({ modkey, altkey }, "d", function () awful.spawn("Discord") end,
{description = "run discord messaging client", group = "launcher"}),
awful.key({ modkey, altkey }, "f", function () awful.spawn("pcmanfm") end,
awful.key({ modkey, altkey }, "f", function () awful.spawn("nemo") end,
{description = "run gui file manager", group = "launcher"}),
awful.key({ modkey}, "p", function () awful.spawn("rofi -show drun") end,
{description = "run rofi prompt (drun)", group = "Rofi launcher"}),
awful.key({ modkey,altkey}, "p", function () awful.spawn("qpost") end,
{description = "Create new blog post", group = "Rofi launcher"}),
awful.key({ modkey,"Shift"}, "q", function () awful.spawn("/home/joelchrono12/.config/rofi/scripts/power-menu.sh") end,
{description = "run rofi power menu script", group = "Rofi launcher"}),
awful.key({ modkey,altkey}, "k", function () awful.spawn("rofi-pass") end,
@ -529,6 +531,7 @@ awful.rules.rules = {
"Arandr",
"Blueman-manager",
"Nitrogen",
"MEGAsync",
"Gpick",
"Kruler",
"MessageWin", -- kalarm.
@ -645,12 +648,14 @@ autorunApps =
"lxpolkit",
"xfce4-power-manager",
"nm-applet",
"syncthing",
"timeshift-launcher",
"syncthing -no-browser",
--"/home/joelchrono12/.config/polybar/launch.sh",
--"touchpad-indicator",
"setxkbmap -layout latam",
"nitrogen --restore",
"aw-qt",
"megasync",
"keepasscx",
--"cbatticon",
}

View File

@ -59,7 +59,7 @@ inoremap <C-w> <C-\><C-o>dB
inoremap <C-BS> <C-\><C-o>db
vnoremap <C-c> "+y
map <C-S-v> "+P
vnoremap <C-S-v> "+P
"Markdown configuration
augroup MarkdownConfiguration

View File

@ -1,10 +1,8 @@
configuration {
/*columns: 1;*/
columns: 2;
terminal: "alacritty";
/*theme: "/home/joelchrono12/.config/rofi/themes/centered-nord.rasi";*/
modi: "drun,calc:qalc,window,run";
show-icons: false;
icon-theme: "Flatery-Blue-Dark";
}
@theme "/usr/share/rofi/themes/Arc-Dark.rasi"
/*@theme "/usr/share/rofi/themes/iggy.rasi"*/
@import "/usr/share/rofi/themes/Arc-Dark.rasi"

View File

@ -8,11 +8,11 @@
background-color: #2e3440;
border-color: #2e3440;
text-color: #eceff4;
font: "Source Code Pro 12";
prompt-font: "Source Code Pro 13";
font: "monospace 12";
prompt-font: "monospace 13";
prompt-background: #b48ead;
prompt-foreground: #2e3440;
prompt-padding: 4px;
prompt-padding: 6px;
alternate-normal-background: #3b4252;
alternate-normal-foreground: @text-color;
selected-normal-background: #a3be8c;

View File

@ -19,9 +19,9 @@ fileext = ".ics"
[storage personal]
type = "caldav"
url = "https://joelgarcia.xyz/nextcloud/remote.php/dav"
url = "https://cloud.joelgarcia.xyz/remote.php/dav"
username = "admin"
password.fetch = ["command", "pass", "personal/caldav"]
password.fetch = ["command", "pass", "selfhosted/davnextcloud"]
# Contact sync
@ -40,6 +40,6 @@ fileext = ".vcf"
[storage contacts_remote]
type = "carddav"
url = "http://joelgarcia.xyz/nextcloud/remote.php/dav/addressbooks/users/admin"
url = "https://cloud.joelgarcia.xyz/remote.php/dav"
username = "admin"
password.fetch = ["command", "pass", "personal/caldav"]
password.fetch = ["command", "pass", "selfhosted/davnextcloud"]