From a9dd7db178d806a94e76468107a72633ef4a24b3 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 8 Jun 2021 19:50:45 +0300 Subject: Added some more config files --- .Xresources | 2 ++ .angular-config.json | 6 ++++++ .bashrc | 27 +++++++++++++++++++++++++++ .fehbg | 2 ++ .gitignore | 9 +++++++++ .globalgitignore | 1 + .lwarc | 3 +++ .xsession | 1 + settings/flameshot.conf | 11 ----------- 9 files changed, 51 insertions(+), 11 deletions(-) create mode 100644 .Xresources create mode 100644 .angular-config.json create mode 100644 .bashrc create mode 100755 .fehbg create mode 100644 .globalgitignore create mode 100644 .lwarc create mode 100755 .xsession delete mode 100644 settings/flameshot.conf diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..b3004fa --- /dev/null +++ b/.Xresources @@ -0,0 +1,2 @@ +xlogin*geometry: 300x250-0-0 + diff --git a/.angular-config.json b/.angular-config.json new file mode 100644 index 0000000..20d8187 --- /dev/null +++ b/.angular-config.json @@ -0,0 +1,6 @@ +{ + "version": 1, + "cli": { + "analytics": false + } +} \ No newline at end of file diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..ad4581e --- /dev/null +++ b/.bashrc @@ -0,0 +1,27 @@ +# .bashrc + +# Source global definitions +if [ -f /etc/bashrc ]; then + . /etc/bashrc +fi + +# User specific environment +if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]] +then + PATH="$HOME/.local/bin:$HOME/bin:$PATH" +fi +export PATH + +# Uncomment the following line if you don't like systemctl's auto-paging feature: +# export SYSTEMD_PAGER= + +# User specific aliases and functions +if [ -d ~/.bashrc.d ]; then + for rc in ~/.bashrc.d/*; do + if [ -f "$rc" ]; then + . "$rc" + fi + done +fi + +unset rc diff --git a/.fehbg b/.fehbg new file mode 100755 index 0000000..c5d3064 --- /dev/null +++ b/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --no-fehbg --bg-scale '/home/kamen/Pictures/Space stuff/Space-X-falcon-heavy-space-rocket-Quad-HD-wallpapers-27.jpg' diff --git a/.gitignore b/.gitignore index 606b02c..d8ef8c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,15 @@ /* !.gitignore +!.angular-config.json +!.bashrc +!.fehbg +!.globalgitignore +!.gtkrc-2 +!.lwarc +!.Xresources +!.xsession +!terminal.sh !.config/ .config/* diff --git a/.globalgitignore b/.globalgitignore new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/.globalgitignore @@ -0,0 +1 @@ +*.swp diff --git a/.lwarc b/.lwarc new file mode 100644 index 0000000..332c711 --- /dev/null +++ b/.lwarc @@ -0,0 +1,3 @@ +bottom_left_command=gnome-system-monitor +hold_duration=0 +update_interval=100 diff --git a/.xsession b/.xsession new file mode 100755 index 0000000..2c21291 --- /dev/null +++ b/.xsession @@ -0,0 +1 @@ +exec openbox-session diff --git a/settings/flameshot.conf b/settings/flameshot.conf deleted file mode 100644 index 3ecd596..0000000 --- a/settings/flameshot.conf +++ /dev/null @@ -1,11 +0,0 @@ -[General] -buttons=@Variant(\0\0\0\x7f\0\0\0\vQList\0\0\0\0\n\0\0\0\0\0\0\0\x1\0\0\0\x2\0\0\0\x3\0\0\0\x6\0\0\0\a\0\0\0\b\0\0\0\n\0\0\0\v\0\0\0\f) -contrastOpacity=76 -disabledTrayIcon=false -drawColor=#ff0000 -drawThickness=2 -savePath=/home/kamen/Desktop -showDesktopNotification=false -showHelp=false -showSidePanelButton=false -startupLaunch=true -- cgit v1.2.3