install.sh aktualisiert Thunar
This commit is contained in:
2
.bashrc
2
.bashrc
@ -5,7 +5,7 @@
|
|||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
# SYSTEM
|
# SYSTEM
|
||||||
alias c='clear'
|
alias ..='cd ..'
|
||||||
alias nf='neofetch'
|
alias nf='neofetch'
|
||||||
alias pf='pfetch'
|
alias pf='pfetch'
|
||||||
alias ls='exa -al'
|
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, E, exec, ~/dotfiles/scripts/filemanager.sh
|
||||||
bind = $mainMod, T, togglefloating
|
bind = $mainMod, T, togglefloating
|
||||||
bind = $mainMod, B, exec, firefox
|
bind = $mainMod, B, exec, firefox
|
||||||
|
bind = $mainMod, M, exec, thunderbird
|
||||||
bind = $mainMod, J, togglesplit
|
bind = $mainMod, J, togglesplit
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
bind = $mainMod, right, movefocus, r
|
bind = $mainMod, right, movefocus, r
|
||||||
|
@ -35,6 +35,8 @@ packagesPacman=(
|
|||||||
"ttf-fira-code"
|
"ttf-fira-code"
|
||||||
"ttf-firacode-nerd"
|
"ttf-firacode-nerd"
|
||||||
"exa"
|
"exa"
|
||||||
|
"bat"
|
||||||
|
"tree"
|
||||||
"python-pip"
|
"python-pip"
|
||||||
"python-psutil"
|
"python-psutil"
|
||||||
"python-rich"
|
"python-rich"
|
||||||
@ -77,7 +79,7 @@ fi
|
|||||||
# .bashrc
|
# .bashrc
|
||||||
_installSymLink .bashrc ~/.bashrc ~/dotfiles/.bashrc ~/.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 kitty ~/.config/kitty ~/dotfiles/kitty/ ~/.config
|
||||||
_installSymLink ranger ~/.config/ranger ~/dotfiles/ranger/ ~/.config
|
_installSymLink ranger ~/.config/ranger ~/dotfiles/ranger/ ~/.config
|
||||||
_installSymLink nvim ~/.config/nvim ~/dotfiles/nvim/ ~/.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 rofi ~/.config/rofi ~/dotfiles/rofi/ ~/.config
|
||||||
_installSymLink dunst ~/.config/dunst ~/dotfiles/dunst/ ~/.config
|
_installSymLink dunst ~/.config/dunst ~/dotfiles/dunst/ ~/.config
|
||||||
_installSymLink wal ~/.config/wal ~/dotfiles/wal/ ~/.config
|
_installSymLink wal ~/.config/wal ~/dotfiles/wal/ ~/.config
|
||||||
|
_installSymLink thunar ~/.config/Thunar ~/dotfiles/Thunar/ ~/.config
|
||||||
wal -i wallpapers/
|
wal -i wallpapers/
|
||||||
|
|
||||||
# gtk
|
# gtk
|
||||||
|
@ -105,7 +105,7 @@
|
|||||||
|
|
||||||
// Rofi Application Launcher
|
// Rofi Application Launcher
|
||||||
"custom/appmenu": {
|
"custom/appmenu": {
|
||||||
"format": "Apps",
|
"format": "",
|
||||||
"on-click": "~/dotfiles/scripts/applauncher.sh",
|
"on-click": "~/dotfiles/scripts/applauncher.sh",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user