Skip to content

Commit

Permalink
Cleanup KDE stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin committed Dec 10, 2023
1 parent 4c07dd2 commit 076d79c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions configuration/user_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ rebase_default() {

alias rebase_main=rebase_default

alias restart_plasmashell='(kquitapp5 plasmashell || killall plasmashell || true) && kstart5 plasmashell > /dev/null 2>&1'
alias restart_kwin='restart_kde_app_with_sleep kwin_x11 > /dev/null 2>&1'
alias ecr_login='$(aws ecr get-login | sed -E "s/-e none //")'
alias current_branch='git rev-parse --abbrev-ref HEAD'
alias github_user="grep -P '\Wuser:' ~/.config/gh/hosts.yml | cut -d ':' -f2 | sed 's/ //'"
Expand Down
1 change: 0 additions & 1 deletion tasks/basic-consumer-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
- name: Set Google Chrome as the default browser
shell: |
xdg-settings set default-web-browser google-chrome.desktop
kwriteconfig5 --file kdeglobals --group General --key 'BrowserApplication' google-chrome.desktop
xdg-mime default google-chrome.desktop x-scheme-handler/http
xdg-mime default google-chrome.desktop x-scheme-handler/https
when: configure_gnome
Expand Down

0 comments on commit 076d79c

Please sign in to comment.