diff --git a/user/.bashrc b/user/.bashrc index 1ded5e919..917506b93 100644 --- a/user/.bashrc +++ b/user/.bashrc @@ -62,7 +62,7 @@ shopt -s checkwinsize # checks term size when bash regains control bind "set completion-ignore-case on" # sudo not required for some system commands -for command in mount umount poweroff reboot ; do +for command in cryptsetup mount umount poweroff reboot ; do alias $command="sudo $command" done; unset command @@ -142,23 +142,16 @@ alias \ lt="exa -aT --color=always --group-directories-first" \ l.='exa -a | egrep "^\."' -# xbps -[ -x "$(command -v xbps-query)" ] && alias \ - xb-up="sudo xbps-install -Su && xcheckrestart" \ - xb-get="sudo xbps-install -S" \ - xb-rmv="sudo xbps-remove -R" \ - xb-rmv-sec="sudo xbps-remove" \ - xb-qry="sudo xbps-query" \ - xb-cln="sudo xbps-remove -o && sudo xbps-remove -O" - # pacman -[ -x "$(command -v pacman)" ] && alias \ +alias \ pac-up="sudo pacman -Syyu" \ pac-get="sudo pacman -S" \ pac-rmv="sudo pacman -Rcns" \ pac-rmv-sec="sudo pacman -Runs" \ pac-qry="sudo pacman -Ss" \ - pac-cln="sudo pacman -Scc" + pac-cln="sudo pacman -Scc" \ + par-get="paru -S" \ + par-cln="paru -Scc" # colorize grep output (good for log files) alias \ @@ -202,11 +195,7 @@ alias \ music="cmus" # power management -[ -x "$(command -v xbps-query)" ] && alias \ - po="loginctl poweroff" \ - sp="loginctl suspend" \ - rb="loginctl reboot" -[ -x "$(command -v pacman)" ] && alias \ +alias \ po="systemctl poweroff" \ sp="systemctl suspend" \ rb="systemctl reboot" diff --git a/user/.config/qutebrowser/config.py b/user/.config/qutebrowser/config.py index 3229846a7..c25bd1ab1 100644 --- a/user/.config/qutebrowser/config.py +++ b/user/.config/qutebrowser/config.py @@ -188,8 +188,8 @@ c.tabs.show = 'always' # Setting default page for when opening new tabs or new windows with # commands like :open -t and :open -w . -c.url.default_page = '~/.config/qutebrowser/homepage/homepage.html' -c.url.start_pages = '~/.config/qutebrowser/homepage/homepage.html' +c.url.default_page = 'https://search.brave.com' +c.url.start_pages = 'https://search.brave.com' # Search engines which can be used via the address bar. Maps a search # engine name (such as `DEFAULT`, or `ddg`) to a URL with a `{}` diff --git a/user/.config/qutebrowser/homepage/homepage.css b/user/.config/qutebrowser/homepage/homepage.css deleted file mode 100644 index 6f0b59e7e..000000000 --- a/user/.config/qutebrowser/homepage/homepage.css +++ /dev/null @@ -1,124 +0,0 @@ -@import url('https://fonts.googleapis.com/css?family=Roboto+Mono'); -@import url('https://fonts.googleapis.com/css?family=Roboto'); -@import url('https://fonts.googleapis.com/css?family=Anton'); - -body { - background-color: #282c34; - margin: 0px; -} - -.container { - width: 100%; - height: 100vh; - display: flex; - align-items: center; - justify-content: center; - flex-direction: column; -} - -#clock { - font-family: sans-serif; - font-size: 4.0rem; - font-family: "Anton"; - color: #fff; - margin-bottom: .25em; -} - -#search { - width: 100%; - height: 100vh; - background-color: #000000; - display: none; - position: absolute; - box-sizing: border-box; - flex-direction: column; - align-items: center; - justify-content: center; -} - -#search-field { - width: 90%; - padding: .75em 1em; - box-sizing: border-box; - background-color: #000000; - border: solid 0px #000000; - font-family: "Roboto Mono"; - font-size: 4rem; - color: #f2f2f2; - outline: none; - border-radius: 3px; - margin-bottom: 1em; - text-align: center; -} - -.weather-container { - width: 30%; - background-color: #000000; - padding: 1em; - border-radius: 3px; - font-family: "Roboto Mono"; - font-size: 1.2rem; - color: #fff; - text-align: center; -} -.inline { - display: inline-block; -} - -.bookmark-container { - display: flex; - flex-direction: row; - justify-content: center; - width: 60%; - margin: 1em 0em; -} - -@media only screen and (max-width: 960px) { - .container { - height: auto; - } - #clock { - margin-top: 1em; - } - .container > .bookmark-container { - flex-direction: column; - width: 60%; - } - .bookmark-container > .bookmark-set { - width: auto; - margin: 1em 0em; - } -} - -.bookmark-set{ - padding: 1em; - background-color: #000000; - border-radius: 3px; - font-family: "Roboto Mono"; - font-size: .85rem; - width: 25%; - height: 16em; - margin: 0em .5em; -} -.bookmark-inner-container { - overflow-y: scroll; - height: 80%; - vertical-align: top; -} -.bookmark-title { - font-family: "Roboto"; - font-size: 1.2rem; - font-weight: 600; - color: #ededed; - margin: 0em 0em .35em 0em; -} -.bookmark { - text-decoration: none; - color: #8c8c8b; - display:block; - margin: .4em 0em; -} -.bookmark:hover { - color: #fff; -} - diff --git a/user/.config/qutebrowser/homepage/homepage.html b/user/.config/qutebrowser/homepage/homepage.html deleted file mode 100644 index bd6e8828d..000000000 --- a/user/.config/qutebrowser/homepage/homepage.html +++ /dev/null @@ -1,135 +0,0 @@ - - -
- - - - -