diff --git a/.gitignore b/.gitignore index 6ddaa2d..8f362c7 100755 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,20 @@ *~ -\#*\# -*.log .#* -config/.ssh/known_hosts -vim/.vim/.netrwhist -vim/.vim/bundle/* -emacs/.emacs.d/* -config/.scripts/playstate -config/.ssh/known_hosts -!emacs/.emacs.d/snippets* -!emacs/.emacs.d/config.org -!emacs/.emacs.d/ledger.org +\#*\# *API* *.bak +config/.local/share/ranger/* +!config/.local/share/ranger/bookmarks +config/.mozilla/* +!config/.mozilla/firefox/2x4tnepw.default/chrome/userChrome.css +!config/.mozilla/firefox/2x4tnepw.default/prefs.js +!config/.mozilla/firefox/profiles.ini +config/.scripts/playstate +config/.ssh/known_hosts +emacs/.emacs.d/* +!emacs/.emacs.d/config.org +!emacs/.emacs.d/ledger.org +!emacs/.emacs.d/snippets* +*.log +vim/.vim/bundle/* +vim/.vim/.netrwhist diff --git a/config/.Xresources b/config/.Xresources index 0e967f8..5a2ed24 100644 --- a/config/.Xresources +++ b/config/.Xresources @@ -1,36 +1,36 @@ -! special -*.foreground: #98abb2 -*.background: #181b28 -*.cursorColor: #ffffff - -! black -*.color0: #161925 -*.color8: #0c0e14 - -! red -*.color1: #8b8b8b -*.color9: #8b8b8b - -! green -*.color2: #237885 -*.color10: #00ffaf - -! yellow -*.color3: #ffbb24 -*.color11: #f8ec09 - -! blue -*.color4: #007fff -*.color12: #00c4ff - -! magenta -*.color5: #8c00fd -*.color13: #cd00df - -! cyan -*.color6: #00e8b7 -*.color14: #00d3a7 - -! white -*.color7: #98abb2 -*.color15: #c0bfbc +! Color +*.foreground: #98abb2 +*.background: #181b28 +*.cursorColor: #ffffff + +! black +*.color0: #161925 +*.color8: #0c0e14 + +! red +*.color1: #8b8b8b +*.color9: #8b8b8b + +! green +*.color2: #237885 +*.color10: #00ffaf + +! yellow +*.color3: #ffbb24 +*.color11: #f8ec09 + +! blue +*.color4: #007fff +*.color12: #00c4ff + +! magenta +*.color5: #8c00fd +*.color13: #cd00df + +! cyan +*.color6: #00e8b7 +*.color14: #00d3a7 + +! white +*.color7: #98abb2 +*.color15: #c0bfbc diff --git a/config/.config/i3/config b/config/.config/i3/config index 8d53d02..c1c5b58 100644 --- a/config/.config/i3/config +++ b/config/.config/i3/config @@ -99,7 +99,7 @@ for_window [title="^Steam Keyboard$"] floating enable ############################################################################### exec --no-startup-id setxkbmap us,de; setxkbmap -option ctrl:nocaps; setxkbmap -option grp:lalt_lshift_toggle -exec --no-startup-id feh --randomize --bg-fill /usr/share/backgrounds/* +exec --no-startup-id feh --randomize --bg-fill /usr/share/backgrounds/gnome/* exec --no-startup-id compton -b exec --no-startup-id nextcloud exec --no-startup-id udiskie diff --git a/config/.local/share/ranger/bookmarks b/config/.local/share/ranger/bookmarks index 772b89f..bc7aa15 100644 --- a/config/.local/share/ranger/bookmarks +++ b/config/.local/share/ranger/bookmarks @@ -1,4 +1,4 @@ -':/home/tuan/.dotfiles/config/.local/share/ranger +':/home/tuan/Desktop u:/home/tuan/Documents/Uni/Studium p:/home/tuan/Documents/Protokolle/FSE o:/home/tuan/.dotfiles/config diff --git a/config/.mozilla/firefox/2x4tnepw.default/chrome/userChrome.css b/config/.mozilla/firefox/2x4tnepw.default/chrome/userChrome.css index 6965948..91bef57 100644 --- a/config/.mozilla/firefox/2x4tnepw.default/chrome/userChrome.css +++ b/config/.mozilla/firefox/2x4tnepw.default/chrome/userChrome.css @@ -1,3 +1,3 @@ -#PanelUI-button, #back-button, #forward-button, #page-action-buttons{ +#back-button, #forward-button, #page-action-buttons{ display:none; } diff --git a/zsh/.zshrc b/zsh/.zshrc index 451dd7c..a03fedd 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -25,8 +25,5 @@ plugins=( # History HISTORY_IGNORE='sudo veracrypt *|veracrypt *' - - # Source source $ZSH/oh-my-zsh.sh -