aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xCommon/i3/Xresources20
-rw-r--r--Common/i3/config/i3/config6
l---------bin/watchsql1
l---------bin/watchsql-basic1
-rw-r--r--linux/tmux.conf7
5 files changed, 24 insertions, 11 deletions
diff --git a/Common/i3/Xresources b/Common/i3/Xresources
index d10c8a9..5f8c283 100755
--- a/Common/i3/Xresources
+++ b/Common/i3/Xresources
@@ -10,7 +10,9 @@
*.cursorColor: #b48ead
! black
-*.color0 : #4b5262
+*.color0 : #121212
+!*.color0 : #4b5262
+!*.color8 : #000000
*.color8 : #434a5a
! red
@@ -45,10 +47,14 @@
! Font configuration
! ------------------------------------------------------------------------------
-URxvt*font: xft:RobotoMono\ Nerd\ Font\ Mono:size=10
-URxvt*boldFont: xft:RobotoMono\ Nerd\ Font\ Mono:size=10
-URxvt*italicFont: xft:RobotoMono\ Nerd\ Font\ Mono:size=10
-URxvt*boldItalicFont: xft:RobotoMono\ Nerd\ Font\ Mono:size=10
+!URxvt*font: xft:RobotoMono\ Nerd\ Font\ Mono:size=10
+!URxvt*boldFont: xft:RobotoMono\ Nerd\ Font\ Mono:size=10
+!URxvt*italicFont: xft:RobotoMono\ Nerd\ Font\ Mono:size=10
+!URxvt*boldItalicFont: xft:RobotoMono\ Nerd\ Font\ Mono:size=10
+URxvt*font: xft:Sauce\ Code\ Pro\ Nerd\ Font\ Mono:size=10,xft:Source Code Pro Semibold:size=10,xft:Noto Mono:size=10,xft:Symbola:size=10
+URxvt*boldFont: xft:Sauce\ Code\ Pro\ Nerd\ Font\ Mono:size=10,xft:Source Code Pro Semibold:size=10,xft:Noto Mono:size=10,xft:Symbola:size=10
+URxvt*italicFont: xft:Sauce\ Code\ Pro\ Nerd\ Font\ Mono:size=10,xft:Source Code Pro Semibold:size=10,xft:Noto Mono:size=10,xft:Symbola:size=10
+URxvt*boldItalicFont: xft:Sauce\ Code\ Pro\ Nerd\ Font\ Mono:size=10,xft:Source Code Pro Semibold:size=10,xft:Noto Mono:size=10,xft:Symbola:size=10
! ------------------------------------------------------------------------------
! Xft Font Configuration
@@ -97,7 +103,7 @@ URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.urlLauncher: firefox
URxvt.underlineURLs: true
-URxvt.urlButton: 1
+URxvt.urlButton: 1
! scroll one line
URxvt.keysym.Shift-Up: command:\033]720;1\007
@@ -129,4 +135,4 @@ dmenu.selforeground: #d8dee9
dmenu.background: #2e3440
dmenu.selbackground: #bf616a
dmenu.foreground: #d8dee9
-
+
diff --git a/Common/i3/config/i3/config b/Common/i3/config/i3/config
index c71fa85..e609bd3 100644
--- a/Common/i3/config/i3/config
+++ b/Common/i3/config/i3/config
@@ -32,6 +32,7 @@ exec --no-startup-id deadd-notification-center
# start a terminal
bindsym $super+Return exec urxvt
+bindsym $super+$alt+Return exec urxvt --name floating -e noemutt
# start dmenu (a program launcher)
bindsym $super+Shift+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Noto Sans:size=8'"
@@ -158,9 +159,10 @@ bar {
# window rules, you can find the window class using xprop
for_window [class="^.*"] border pixel 2
-for_window [class=Viewnior|feh|Audacious|File-roller|Lxappearance|Lxtask|Pavucontrol|Arandr|Nitrogen|Nautilus|Eog|Gnome-calculator|Thunar] floating enable
-for_window [class=URxvt|Firefox|Geany|Evince|Soffice|libreoffice*|mpv|Ghb|Xfburn|Gimp*|Inkscape|Vlc|Lxappearance|Audacity|Nautilus|Eog|Gnome-calculator|Thunar] focus
+for_window [class=Viewnior|feh|Audacious|File-roller|Lxappearance|Lxtask|Pavucontrol|Arandr|Nitrogen|Nautilus|Eog|gnome-calculator|Thunar|gnome-system-monitor] floating enable
+for_window [class=URxvt|Firefox|Geany|Evince|Soffice|libreoffice*|mpv|Ghb|Xfburn|Gimp*|Inkscape|Vlc|Lxappearance|Audacity|Nautilus|Eog|gnome-calculator|Thunar] focus
for_window [class=Xfburn|GParted|System-config-printer.py|Lxtask|Pavucontrol|Exo-helper*|Lxrandr|Arandr|Nitrogen] focus
+for_window [ instance="floating" ] floating enable
# colour of border, background, text, indicator, and child_border
#client.focused #bf616a #2f343f3 #d8dee8 #bf616a #d8dee8
diff --git a/bin/watchsql b/bin/watchsql
new file mode 120000
index 0000000..9f36f87
--- /dev/null
+++ b/bin/watchsql
@@ -0,0 +1 @@
+/home/jakob/_code/watchsql/watchsql.py \ No newline at end of file
diff --git a/bin/watchsql-basic b/bin/watchsql-basic
new file mode 120000
index 0000000..9590071
--- /dev/null
+++ b/bin/watchsql-basic
@@ -0,0 +1 @@
+/home/jakob/_code/watchsql/watchsql-basic.py \ No newline at end of file
diff --git a/linux/tmux.conf b/linux/tmux.conf
index 4ea4670..f0d4733 100644
--- a/linux/tmux.conf
+++ b/linux/tmux.conf
@@ -1,6 +1,6 @@
# -- general -------------------------------------------------------------------
-#set -g default-terminal "xterm-256color"
-set -g default-terminal "screen-256color"
+set -g default-terminal "xterm-256color"
+#set -g default-terminal "screen-256color"
set -as terminal-overrides ",*:U8=0"
set -s escape-time 10 # faster command sequences
set -s focus-events on
@@ -59,6 +59,9 @@ bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i
bind-key S-Left swap-window -t -1
bind-key S-Right swap-window -t +1
+bind -n End send-key C-e
+bind -n Home send-key C-a
+
# Bells
set -g visual-bell on
set -g bell-action any