Загрузить файлы в «user»

This commit is contained in:
raanima 2024-03-19 17:53:17 +00:00
parent 4ba93e5547
commit 561a00ad19
4 changed files with 37 additions and 0 deletions

10
user/ .bash_profile Normal file
View file

@ -0,0 +1,10 @@
# .bash_profile
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
exec startx
fi

7
user/.bashrc Normal file
View file

@ -0,0 +1,7 @@
# .bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '

18
user/.gtkrc-2.0 Normal file
View file

@ -0,0 +1,18 @@
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/user/.gtkrc-2.0.mine"
gtk-theme-name="X-Arc-Plus"
gtk-icon-theme-name="la-capitaine-icon-theme"
gtk-font-name="JetBrains Mono 10"
gtk-cursor-theme-name="Adwaita"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintmedium"

2
user/.xinitrc Normal file
View file

@ -0,0 +1,2 @@
exec sxhkd &
exec bspwm