Added Firefox to .gitignore

This commit is contained in:
Tuan-Dat Tran
2019-05-07 13:21:49 +02:00
parent 12705f2af8
commit 4561645145
6 changed files with 55 additions and 53 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1,3 +1,3 @@
#PanelUI-button, #back-button, #forward-button, #page-action-buttons{
#back-button, #forward-button, #page-action-buttons{
display:none;
}