summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-06-08 19:50:45 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-06-08 19:50:45 +0300
commita9dd7db178d806a94e76468107a72633ef4a24b3 (patch)
tree012f2412b7a532da62c0562064ef121733e64847
parent32eccb48e2e1a756a900c26bfa15fff6f9db6b75 (diff)
downloaddotfiles-a9dd7db178d806a94e76468107a72633ef4a24b3.tar
dotfiles-a9dd7db178d806a94e76468107a72633ef4a24b3.tar.gz
dotfiles-a9dd7db178d806a94e76468107a72633ef4a24b3.zip
Added some more config files
-rw-r--r--.Xresources2
-rw-r--r--.angular-config.json6
-rw-r--r--.bashrc27
-rwxr-xr-x.fehbg2
-rw-r--r--.gitignore9
-rw-r--r--.globalgitignore1
-rw-r--r--.lwarc3
-rwxr-xr-x.xsession1
-rw-r--r--settings/flameshot.conf11
9 files changed, 51 insertions, 11 deletions
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<int>\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