summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2022-07-03 18:23:44 +0200
committerMarc Vertes <mvertes@free.fr>2022-07-03 18:23:44 +0200
commita7b4e094e5e16d19b007088e7f6aecb2be9e050f (patch)
tree6079fbf3c3394fec8f6a5588ed64f2f8db06cd90
parentc277d54d35c064dafc1abe6be1763dcc6eb99b4d (diff)
update
-rw-r--r--.Xresources13
-rw-r--r--.config/i3/config20
-rw-r--r--.i3status.conf5
-rw-r--r--.profile2
-rwxr-xr-xbin/xt1
5 files changed, 30 insertions, 11 deletions
diff --git a/.Xresources b/.Xresources
index 28b8436..b3589ed 100644
--- a/.Xresources
+++ b/.Xresources
@@ -7,9 +7,10 @@ URxvt.colorBD: blue3
URxvt.colorUL: magenta3
URxvt.cursorColor: red
! URxvt.color12: rgb:5c/5c/ff
-!URxvt.font: xft:Mono:size=12
-!URxvt.letterSpace: -1
Urxvt.font: 6x13
+!URxvt.font: xft:Mono:size=12
+!URxvt.font: xft:Mono:size=10
+URxvt.letterSpace: -1
URxvt.perl-ext-common: font-size
URxvt.keysym.C-Prior: font-size:increase
URxvt.keysym.C-Next: font-size:decrease
@@ -18,8 +19,10 @@ URxvt.keysym.C-Next: font-size:decrease
xterm*termName: xterm-256color
xterm*VT100.Translations: #override \
- Meta <Key> minus: smaller-vt-font() \n\
- Meta <Key> equal: larger-vt-font() \n
+ Ctrl <Key> Next: smaller-vt-font() \n\
+ Ctrl <Key> Prior: larger-vt-font() \n
+! Meta <Key> minus: smaller-vt-font() \n\
+! Meta <Key> equal: larger-vt-font() \n
xterm*cursorColor: red
!xterm*visualBell: true
!xterm*geometry: 100x32
@@ -32,6 +35,8 @@ xterm*decTerminalID: vt340
xterm*allowWindowOps : False
xterm*disallowedWindowOps : 1,2,3,4,5,6,7,8,9,11,13,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop
+! Colors optimized for a light background
+!
! Black + DarkGrey
*color0: #000000
*color8: #555753
diff --git a/.config/i3/config b/.config/i3/config
index 48c461c..c78f84b 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -59,6 +59,8 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
# enable floating mode
for_window [class="Arandr"] floating enable
for_window [class="Brave-browser"] floating enable
+for_window [class="Blueberry.py"] floating enable
+for_window [class="Blueman-manager"] floating enable
for_window [class="Chromium"] floating enable
for_window [title="Task Manager - Chromium"] floating enable
for_window [title="Gestionnaire de tâches – Chromium"] floating enable
@@ -67,7 +69,8 @@ for_window [class="discord"] floating enable
for_window [class="Display"] floating enable
for_window [class="Feedreader"] floating enable
for_window [class="feh"] floating enable
-for_window [class="firefox"] floating enable
+#for_window [class="firefox"] floating enable
+for_window [class="fluent-reader"] floating enable border normal
for_window [class="Geeqie"] floating enable
for_window [class="Gpicview"] floating enable
for_window [class="Ghb"] floating enable
@@ -76,17 +79,22 @@ for_window [class="gnuplot_qt"] floating enable
for_window [instance="gxditview"] floating enable
for_window [class="Keybase"] floating enable
for_window [class="libreoffice"] floating enable
+for_window [class="Liferea"] floating enable
for_window [class="llpp"] floating enable
for_window [class="MuPDF"] floating enable
+for_window [class="Org.gnome.Software"] floating enable
for_window [class="Pavucontrol"] floating enable
-for_window [class="Slack"] floating enable
+for_window [title="QEMU"] floating enable
+for_window [class="RSS Guard"] floating enable
for_window [class="Signal"] floating enable
+for_window [class="Slack"] floating enable
for_window [class="Spotify"] floating enable
for_window [class="Thunderbird"] floating enable
for_window [class="vlc"] floating enable
for_window [instance="wish"] floating enable
for_window [class="wpa_gui"] floating enable
for_window [class="XVroot"] floating enable
+#for_window [class="XTerm"] floating enable
for_window [class="zoom"] floating enable
bindsym button3 floating toggle
@@ -103,15 +111,17 @@ bindsym $mod+w kill
bindsym --release button2 kill
# start dmenu (a program launcher)
-#bindsym $mod+d exec dmenu_run
+bindsym $mod+d exec dmenu_run
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop -dmenu="dmenu -i -fn 'Mono-9'"
#bindsym F1 exec --no-startup-id i3-dmenu-desktop -dmenu="dmenu -i -fn 'Mono-9'"
-bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
+#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
#bindsym F1 exec --no-startup-id i3-dmenu-desktop -entry-type=command
-bindsym F1 exec --no-startup-id i3-dmenu-desktop -dmenu="dmenu -i -fn 'Fixed-12'"
+#bindsym F1 exec --no-startup-id i3-dmenu-desktop -dmenu="dmenu -i -fn 'Fixed-12'"
+#bindsym F1 exec --no-startup-id i3-dmenu-desktop -dmenu="dmenu -i -fn 'xft:fixed:style=bold:pixelsize=12'"
+bindsym F1 exec --no-startup-id i3-dmenu-desktop -dmenu="dmenu -i -fn 'MiscFixedSC613-9'"
# Use playerctl to control media player from keyboard
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
diff --git a/.i3status.conf b/.i3status.conf
index 87656f8..9570b48 100644
--- a/.i3status.conf
+++ b/.i3status.conf
@@ -46,7 +46,7 @@ ethernet _first_ {
battery all {
last_full_capacity = true
integer_battery_capacity = true
- format = "%status %percentage %remaining"
+ format = "%status %percentage %remaining %consumption"
status_chr = "⚡🔋"
status_bat = "🔋"
status_unk = "? UNK"
@@ -93,8 +93,9 @@ memory {
cpu_temperature 0 {
format = "🌡%degrees °C"
#path = "/sys/class/hwmon/hwmon0/temp1_input"
+ #path = "/sys/class/hwmon/hwmon6/temp1_input"
#path = "/sys/class/hwmon/hwmon7/temp1_input"
- path = "/sys/class/hwmon/hwmon6/temp1_input"
+ #path = "/sys/class/hwmon/hwmon8/temp1_input"
}
tztime local {
diff --git a/.profile b/.profile
index deb8145..1d05d72 100644
--- a/.profile
+++ b/.profile
@@ -7,6 +7,8 @@ PATH=~/bin:$PATH:~/go/bin
eval "$(gh completion -s bash)"
}
+alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME'
+
# Last action: auto start X11 when logged on first console
#case $HOSTNAME in
#([sS]wift|yoda) [ "$(tty)" != /dev/tty1 ] || exec startx ;;
diff --git a/bin/xt b/bin/xt
index 9395b3e..98f6ac6 100755
--- a/bin/xt
+++ b/bin/xt
@@ -2,4 +2,5 @@
#exec xterm -sl 500 -j -cr red "$@" &
exec xterm "$@" &
#cmd="urxvtc ${@:--T $HOSTNAME}"
+#cmd="urxvtc $@"
#eval "$cmd" || { [ $? = 2 ] && urxvtd -q -o -f && eval "$cmd"; }