summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2024-12-20 12:49:47 +0100
committeryuzu-eva <cafebabe@disroot.org>2024-12-20 12:49:47 +0100
commit7f0646d713e7284a79abf5f60b82bd1fc5e8abc5 (patch)
treea0af5eba0af5da34c94df01d86aa1cb987f5325e
parent2fa513acc7eaf72a158e26bc46f5ff4dec4a2b86 (diff)
re-added some stuff that was lost to rebase
-rw-r--r--.Xresources7
-rw-r--r--.config/i3/config13
-rw-r--r--.config/i3status/config13
-rw-r--r--.config/x11/xinitrc13
-rw-r--r--.ratpoisonrc2
5 files changed, 32 insertions, 16 deletions
diff --git a/.Xresources b/.Xresources
index 06d62e8..ae68e93 100644
--- a/.Xresources
+++ b/.Xresources
@@ -10,8 +10,11 @@ URxvt.*font: xft:Iosevka Term Custom:style=Regular:size=11:antialias=True
/*,xft:JoyPixels:pixelsize=10*/
!! true transparency
-URxvt.depth: 32
-URxvt.background: [90]#000000
+!!URxvt.depth: 32
+!!URxvt.background: [90]#000000
+
+!! no transparency
+URxvt.background: #000000
URxvt.foreground: #ffffff
!! visuals and colors
diff --git a/.config/i3/config b/.config/i3/config
index 18dfc51..08ee40a 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -48,11 +48,11 @@ bindsym $mod+Shift+C kill
bindsym $mod+Shift+F exec firefox -P default-release
bindsym $mod+Shift+B exec firefox -P less-strict
bindsym $mod+Shift+E exec emacsclient -c -a ""
-bindsym $mod+z exec boomer
-bindsym $mod+m exec mpdmenu
bindsym $mod+Shift+M exec mpdinfo
-bindsym $mod+b exec bm -o
bindsym $mod+Control+b exec bm -y
+bindsym $mod+b exec bm -o
+bindsym $mod+m exec mpdmenu
+bindsym $mod+z exec boomer
bindsym --release Print exec scrot -u -e 'mv $f ~/pics/'
bindsym --release $mod+Print exec scrot -s -e 'mv $f ~/pics/'
@@ -68,11 +68,14 @@ bindsym $mod+Shift+J move down
bindsym $mod+Shift+K move up
bindsym $mod+Shift+L move right
+bindsym $mod-Shift+Control+H move workspace to output left
+bindsym $mod-Shift+Control+L move workspace to output right
+
# split in horizontal orientation
-bindsym $mod+s split v
+bindsym $mod+s split h
# split in vertical orientation
-bindsym $mod+v split h
+bindsym $mod+v split v
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
diff --git a/.config/i3status/config b/.config/i3status/config
index c3c1691..c5492ec 100644
--- a/.config/i3status/config
+++ b/.config/i3status/config
@@ -8,7 +8,7 @@
general {
colors = true
- interval = 5
+ interval = 2
}
order += "ethernet br0"
@@ -32,17 +32,16 @@ ethernet wg0 {
}
cpu_temperature 0 {
- format = "temp: %degrees °C"
- path = "/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon2/temp1_input"
-# path = "/sys/devices/pci0000:00/0000:00:03.1/0000:2d:00.0/0000:2e:00.0/0000:2f:00.0/hwmon/hwmon2/temp1_input"
+ format = "tea: %degrees °C"
+ path = "/sys/class/hwmon/hwmon2/temp1_input"
}
disk "/" {
- format = "root: %used"
+ format = "porn: %used"
}
load {
- format = "load: %1min"
+ format = "hot loads: %1min"
}
memory {
@@ -58,5 +57,5 @@ volume master {
}
tztime local {
- format = "%A, %Y-%m-%d %H:%M "
+ format = "%A, %F %H:%M "
}
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index 5ecbb89..cfa0ee2 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -20,4 +20,15 @@ xset s off -dpms
setxkbmap -option "ctrl:nocaps"
xrdb -merge ~/.Xresources
-exec stumpwm
+~/.local/bin/set-wallpaper &
+/usr/bin/emacs --daemon &
+
+/usr/bin/urxvtd -q -o -f &
+/usr/bin/ibus-daemon -d -r -x
+/usr/bin/pipewire &
+/usr/bin/mpd &
+
+exec i3
+#exec fvwm
+#exec ratpoison
+#exec stumpwm
diff --git a/.ratpoisonrc b/.ratpoisonrc
index a2c4a7d..f2dcd4b 100644
--- a/.ratpoisonrc
+++ b/.ratpoisonrc
@@ -105,5 +105,5 @@ bind C-f exec firefox -P default-release
bind C-b exec firefox -P less-strict
bind C-e exec emacsclient -c -a ""
bind C-m exec mpdmenu
-bind C-p exec dmenu_run -m 0 -fn "xft:Hack Nerd Font:size=11" -nb "#222222" -nf "#bbbbbb" -sb "#005577" -sf "#eeeeee"
+bind C-. exec dmenu_run -m 0 -fn "xft:Hack Nerd Font:size=11" -nb "#222222" -nf "#bbbbbb" -sb "#005577" -sf "#eeeeee"