aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-11-19 21:38:20 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2019-11-19 21:38:20 +0100
commit369a0b4930728067e8ad383432162e3588c6bfb2 (patch)
tree06954d9af2286cb7e1a9920ccb57b5a13121bb7b
parent26912b4fc817ea66621ce14407d328290bd69258 (diff)
downloadconfigs-369a0b4930728067e8ad383432162e3588c6bfb2.tar.gz
configs-369a0b4930728067e8ad383432162e3588c6bfb2.zip
Tue 19 Nov 2019 09:38:20 PM CET
-rw-r--r--files/dunst/dunstrc15
-rw-r--r--files/i3blocks/config10
-rw-r--r--files/mpv/mpv.conf2
-rw-r--r--files/picom/picom.conf14
-rw-r--r--files/qutebrowser/config.py1
-rw-r--r--files/ranger/rc.conf3
-rw-r--r--files/ranger/rifle.conf2
-rw-r--r--files/rcs/.Xresources5
-rw-r--r--files/rcs/.bash_vars7
9 files changed, 37 insertions, 22 deletions
diff --git a/files/dunst/dunstrc b/files/dunst/dunstrc
index c63373f..689a2fb 100644
--- a/files/dunst/dunstrc
+++ b/files/dunst/dunstrc
@@ -30,8 +30,8 @@
show_indicators = yes
### Icons ###
- icon_position = right
- max_icon_size = 128
+ icon_position = off
+ #max_icon_size = 128
#icon_path = /usr/share/icons/hicolor/16x16/status/:/usr/share/icons/hicolor/16x16/devices/
### History ###
@@ -63,20 +63,25 @@
background = "#222222"
foreground = "#888888"
timeout = 5
- #icon = /path/to/icon
[urgency_normal]
background = "#285577"
foreground = "#ffffff"
timeout = 5
- #icon = /path/to/icon
[urgency_critical]
background = "#900000"
foreground = "#ffffff"
frame_color = "#ff0000"
timeout = 0
- #icon = /path/to/icon
+
+[moon]
+ summary = "moon"
+ #urgency = normal
+ foreground = "#00ffff"
+ alignment = left
+ markup = no
+ timeout = 5
#[musicMode]
# summary = "testsummaryforshowingtime" # If empty, ALL notifications match!
diff --git a/files/i3blocks/config b/files/i3blocks/config
index a67f7a4..bedb7b0 100644
--- a/files/i3blocks/config
+++ b/files/i3blocks/config
@@ -5,6 +5,10 @@ markup=pango
#command=shufEmoji.sh 1
#interval=once
+[weather]
+command=~/scripts/i3blocks/i3weather.sh
+interval=once
+
[moon]
command=~/scripts/i3blocks/i3moon.sh
interval=once
@@ -72,9 +76,13 @@ label=💽
command=~/scripts/i3blocks/i3disk.sh
interval=30
+[flags]
+command=~/scripts/i3blocks/i3flags.sh
+interval=30
+
[litter]
label=🚮
-command=[ -z "$(ls $HOME/litter)" ] && echo "✔️" || du -sh $HOME/litter | cut -d' ' -f1
+command=[ -z "$(ls $HOME/litter)" ] && echo "✅" || du -sh $HOME/litter | cut -d' ' -f1
interval=once
signal=14
diff --git a/files/mpv/mpv.conf b/files/mpv/mpv.conf
index 57e077b..8ce1ebb 100644
--- a/files/mpv/mpv.conf
+++ b/files/mpv/mpv.conf
@@ -4,7 +4,7 @@
osd-level=1
osd-font='Linux Libertine'
osd-font-size=45
-osd-color='#FF6F2DA8'
+osd-color='#FF00B0B0'
osd-bar-w=80
osd-bar-h=1.5
osd-bar-align-x=0
diff --git a/files/picom/picom.conf b/files/picom/picom.conf
index faa2ac6..cb92872 100644
--- a/files/picom/picom.conf
+++ b/files/picom/picom.conf
@@ -70,7 +70,7 @@ shadow-opacity = 0.25;
# shadow-green = 0.0;
# shadow-blue = 0.0;
-# The shadow exclude options are helpful if you have shadows enabled. Due to the way compton draws its shadows, certain applications will have visual glitches
+# The shadow exclude options are helpful if you have shadows enabled. Due to the way picom draws its shadows, certain applications will have visual glitches
# (most applications are fine, only apps that do weird things with xshapes or argb are affected).
# This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher.
shadow-exclude = [
@@ -82,7 +82,7 @@ shadow-exclude = [
"name = 'xfce4-notifyd'",
"name *= 'VLC'",
"name *= 'dunst'",
- "name *= 'compton'",
+ "name *= 'picom'",
"name *= 'Chromium'",
"name *= 'Chrome'",
"class_g = 'Firefox' && argb",
@@ -126,7 +126,7 @@ blur-background-exclude = [
];
opacity-rule = [
- "70:class_g = 'URxvt' && !focused",
+ "70:class_g = 'URxvt' && focused",
];
#################################
@@ -171,7 +171,7 @@ detect-rounded-corners = true;
detect-client-opacity = true;
# Specify refresh rate of the screen.
-# If not specified or 0, compton will try detecting this with X RandR extension.
+# If not specified or 0, picom will try detecting this with X RandR extension.
refresh-rate = 0;
# Vertical synchronization: match the refresh rate of the monitor
@@ -181,14 +181,14 @@ vsync = true;
# Reported to have no effect, though.
dbe = false;
-# Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
+# Limit picom to repaint at most once every 1 / refresh_rate second to boost performance.
# This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
# unless you wish to specify a lower refresh rate than the actual value.
#sw-opti = true;
# Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
# Known to cause flickering when redirecting/unredirecting windows.
-unredir-if-possible = true;
+unredir-if-possible = false;
# Specify a list of conditions of windows that should always be considered focused.
focus-exclude = [ ];
@@ -223,7 +223,7 @@ wintypes:
######################
#
# XSync
-# See: https://github.com/yshui/compton/commit/b18d46bcbdc35a3b5620d817dd46fbc76485c20d
+# See: https://github.com/yshui/picom/commit/b18d46bcbdc35a3b5620d817dd46fbc76485c20d
#
######################
diff --git a/files/qutebrowser/config.py b/files/qutebrowser/config.py
index 88106ae..fade1e6 100644
--- a/files/qutebrowser/config.py
+++ b/files/qutebrowser/config.py
@@ -1470,6 +1470,7 @@ c.url.start_pages = ['file:///home/taamas/.mainpage/index.html']
# config.bind('@', 'run-macro')
# config.bind('B', 'set-cmd-text -s :quickmark-load -t')
# config.bind('D', 'tab-close -o')
+config.unbind('D')
# config.bind('F', 'hint all tab')
# config.bind('G', 'scroll-to-perc')
# config.bind('H', 'back')
diff --git a/files/ranger/rc.conf b/files/ranger/rc.conf
index b5eaadb..01aaee0 100644
--- a/files/ranger/rc.conf
+++ b/files/ranger/rc.conf
@@ -256,6 +256,7 @@ map ,b bulkrename
map ,d shell rm.sh %s
map ,s shell tmux split-window -p 60 -c %d &
map ,S shell tmux new-window -a -t 1 -n shell -c %d &
+map ,e shell tmux new-window -a -t 1 -n $EDITOR "$EDITOR %s"
map ,w shell setBG.sh %f &
map ,W console shell ~/scripts/floats/floatBgBrowser.sh %d/ &
map ,p shell asPDF.sh %f
@@ -266,7 +267,7 @@ map ,uz shell unzip %f
map ,m shell move.sh %s
map ,c shell copy.sh %s
map ,C shell scp.sh %s
-map ,g shell cd selectPathFzf.sh
+#map ,g shell cd $(selectPathFzf.sh)
# Basic
map Q quit!
diff --git a/files/ranger/rifle.conf b/files/ranger/rifle.conf
index 9ff08b4..d08f6f1 100644
--- a/files/ranger/rifle.conf
+++ b/files/ranger/rifle.conf
@@ -84,10 +84,8 @@ ext x?html?, has w3m, terminal = w3m "$@"
#-------------------------------------------
# Define the "editor" for text files as first action
mime ^text, label editor = $EDITOR -- "$@"
-mime ^text, label editor = tmux new-window -a -t 1 -n nvim "nvim $@"
mime ^text, label pager = "$PAGER" -- "$@"
!mime ^text, label editor, ext xml|json|csv|tex|py|pl|rb|js|sh|php = $EDITOR -- "$@"
-!mime ^text, label editor, ext xml|json|csv|tex|py|pl|rb|js|sh|php = tmux new-window -a -t 1 -n nvim "nvim $@"
!mime ^text, label pager, ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@"
ext 1 = man "$1"
diff --git a/files/rcs/.Xresources b/files/rcs/.Xresources
index e87cc4e..a45fa3e 100644
--- a/files/rcs/.Xresources
+++ b/files/rcs/.Xresources
@@ -36,8 +36,7 @@
URxvt.scrollBar: false
-
-! These options are not used when configuration is through compton
+! These options are not used when configuration is through picom
! URxvt.fading: 18
! *.alpha: 120
@@ -46,7 +45,7 @@ URxvt.scrollBar: false
! URxvt.transparent: true
! URxvt.shading: 12
-! Real transparency (needs a running composite manager such as compton)
+! Real transparency (needs a running composite manager such as picom)
URxvt.depth: 32
!!
URxvt.background: [90]#100020
diff --git a/files/rcs/.bash_vars b/files/rcs/.bash_vars
index 59bd4a5..bc282b3 100644
--- a/files/rcs/.bash_vars
+++ b/files/rcs/.bash_vars
@@ -4,6 +4,8 @@
# General #
###########
+export XDG_CONFIG_HOME="$HOME/.config"
+
export EDITOR="nvim"
export TERM="rxvt-256color"
export TERMINAL="urxvt"
@@ -17,12 +19,13 @@ export CONFIG_DIC_PL="/usr/share/dict/słowa.txt"
export CONFIG_FOLDER_RANDOMBG="$HOME/images/wallpapers/shufs/current"
export CONFIG_FOLDER_LOGS="$HOME/logs"
+export CONFIG_FOLDER_GMAIL_INBOX="$HOME/.mail/gmail/INBOX/new"
+export CONFIG_FOLDER_UNIOVI_INBOX="$HOME/.mail/uniovi/INBOX/new"
+
# export ARDUINO_DIR="/usr/share/arduino"
# export ARDMK_DIR="/usr/share/arduino"
# export AVR_TOOLS_DIR="/usr"
-export XDG_CONFIG_HOME="$HOME/.config"
-
# Colors for grep
export GREP_COLORS='ms=04;32;49:mc=04;32;49:sl=:cx=:fn=01;34;49:ln=34:bn=34:se=36'