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 gb='git branch'
alias cleandwm='make clean && rm -f config.h && git reset --hard origin/master' alias cleandwm='make clean && rm -f config.h && git reset --hard origin/master'
alias casawifi='nmcli device wifi connect INFINITUMIVSL_2.4' 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 picom='picom --experimental-backends --backend glx --blur-method 'dual_kawase' --blur-strength 6 & disown'
alias ssh='TERM=xterm-256color ssh' alias ssh='TERM=xterm-256color ssh'
@ -90,3 +92,4 @@ source /home/chrono/.config/broot/launcher/bash/br
export GEM_HOME="$HOME/gems" export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH" export PATH="$HOME/gems/bin:$PATH"
export CALIBRE_USE_DARK_PALETTE=1 export CALIBRE_USE_DARK_PALETTE=1

View File

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

View File

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

View File

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

View File

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

View File

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