install.sh aktualisiert Thunar
This commit is contained in:
2
.bashrc
2
.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'
|
||||
|
15
Thunar/uca.xml
Normal file
15
Thunar/uca.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<actions>
|
||||
<action>
|
||||
<icon>utilities-terminal</icon>
|
||||
<name>Terminal hier öffnen</name>
|
||||
<submenu></submenu>
|
||||
<unique-id>1697819788512211-1</unique-id>
|
||||
<command>/usr/bin/kitty</command>
|
||||
<description>Starte Terminal "kitty"</description>
|
||||
<range></range>
|
||||
<patterns>*</patterns>
|
||||
<startup-notify/>
|
||||
<directories/>
|
||||
</action>
|
||||
</actions>
|
0
gtk/gtk-3.0/bookmarks
Normal file
0
gtk/gtk-3.0/bookmarks
Normal file
@ -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
|
||||
|
@ -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
|
||||
|
@ -105,7 +105,7 @@
|
||||
|
||||
// Rofi Application Launcher
|
||||
"custom/appmenu": {
|
||||
"format": "Apps",
|
||||
"format": "",
|
||||
"on-click": "~/dotfiles/scripts/applauncher.sh",
|
||||
"tooltip": false
|
||||
},
|
||||
|
Reference in New Issue
Block a user