From 36a25262d0610f1867bd07d9a23c308230f62c24 Mon Sep 17 00:00:00 2001 From: Spangenberg Date: Sun, 22 Oct 2023 11:46:27 +0200 Subject: [PATCH] install.sh aktualisiert Thunar --- .bashrc | 2 +- Thunar/uca.xml | 15 +++++++++++++++ gtk/gtk-3.0/bookmarks | 0 hypr/conf/keybindings.conf | 1 + install.sh | 7 +++++-- waybar/modules.json | 2 +- 6 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 Thunar/uca.xml create mode 100644 gtk/gtk-3.0/bookmarks diff --git a/.bashrc b/.bashrc index 6a4a65b..3fe7e24 100644 --- a/.bashrc +++ b/.bashrc @@ -5,7 +5,7 @@ PS1='[\u@\h \W]\$ ' # SYSTEM -alias c='clear' +alias ..='cd ..' alias nf='neofetch' alias pf='pfetch' alias ls='exa -al' diff --git a/Thunar/uca.xml b/Thunar/uca.xml new file mode 100644 index 0000000..2082cb4 --- /dev/null +++ b/Thunar/uca.xml @@ -0,0 +1,15 @@ + + + + utilities-terminal + Terminal hier öffnen + + 1697819788512211-1 + /usr/bin/kitty + Starte Terminal "kitty" + + * + + + + diff --git a/gtk/gtk-3.0/bookmarks b/gtk/gtk-3.0/bookmarks new file mode 100644 index 0000000..e69de29 diff --git a/hypr/conf/keybindings.conf b/hypr/conf/keybindings.conf index 066a212..3069785 100644 --- a/hypr/conf/keybindings.conf +++ b/hypr/conf/keybindings.conf @@ -6,6 +6,7 @@ bind = $mainMod, F, fullscreen bind = $mainMod, E, exec, ~/dotfiles/scripts/filemanager.sh bind = $mainMod, T, togglefloating bind = $mainMod, B, exec, firefox +bind = $mainMod, M, exec, thunderbird bind = $mainMod, J, togglesplit bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r diff --git a/install.sh b/install.sh index 6060f2b..488c425 100755 --- a/install.sh +++ b/install.sh @@ -34,7 +34,9 @@ packagesPacman=( "ttf-fira-sans" "ttf-fira-code" "ttf-firacode-nerd" - "exa" + "exa" + "bat" + "tree" "python-pip" "python-psutil" "python-rich" @@ -77,7 +79,7 @@ fi # .bashrc _installSymLink .bashrc ~/.bashrc ~/dotfiles/.bashrc ~/.bashrc -_installSymLink alacritty ~/.config/alacritty ~/dotfiles/alacritty/ ~/.config +#_installSymLink alacritty ~/.config/alacritty ~/dotfiles/alacritty/ ~/.config _installSymLink kitty ~/.config/kitty ~/dotfiles/kitty/ ~/.config _installSymLink ranger ~/.config/ranger ~/dotfiles/ranger/ ~/.config _installSymLink nvim ~/.config/nvim ~/dotfiles/nvim/ ~/.config @@ -85,6 +87,7 @@ _installSymLink starship ~/.config/starship.toml ~/dotfiles/starship/starship.to _installSymLink rofi ~/.config/rofi ~/dotfiles/rofi/ ~/.config _installSymLink dunst ~/.config/dunst ~/dotfiles/dunst/ ~/.config _installSymLink wal ~/.config/wal ~/dotfiles/wal/ ~/.config +_installSymLink thunar ~/.config/Thunar ~/dotfiles/Thunar/ ~/.config wal -i wallpapers/ # gtk diff --git a/waybar/modules.json b/waybar/modules.json index 52a9050..8bcc609 100644 --- a/waybar/modules.json +++ b/waybar/modules.json @@ -105,7 +105,7 @@ // Rofi Application Launcher "custom/appmenu": { - "format": "Apps", + "format": "", "on-click": "~/dotfiles/scripts/applauncher.sh", "tooltip": false },