summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/i3/config10
-rw-r--r--.config/logid.cfg2
-rw-r--r--.config/omf/bundle1
-rw-r--r--.doom.d/init.el2
4 files changed, 8 insertions, 7 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 7de92a24..03db9eec 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -38,7 +38,7 @@ exec --no-startup-id nm-applet
# Screen resolution
# exec --no-startup-id xrandr --output eDP-1 --off --output HDMI-1 --primary --auto --dpi 96 --left-of DP-2-1 --output DP-2-1 --auto --dpi 96
exec --no-startup-id sleep 2; autorandr --change
-exec --no-startup-id xsetroot -xcf /usr/share/icons/Adwaita/cursors/left_ptr 24
+# exec --no-startup-id xsetroot -xcf /usr/share/icons/Adwaita/cursors/left_ptr 24
# Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status
@@ -271,7 +271,7 @@ for_window [class="Nitrogen"] floating enable sticky enable border normal
for_window [urgent=latest] focus
# Autostarts
-exec --no-startup-id sleep 20; exec /usr/bin/evolution
+exec --no-startup-id sleep 20; exec /usr/bin/thunderbird
exec --no-startup-id exec /usr/bin/nextcloud
# exec --no-startup-id exec /usr/bin/evolution
# exec_always --no-startup-id .config/conky/start.sh
@@ -288,13 +288,13 @@ exec --no-startup-id pamac-tray
exec --no-startup-id exec /opt/Mullvad\ VPN/mullvad-gui --no-sandbox
exec --no-startup-id picom
exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd
-exec_always --no-startup-id /home/roger/.config/i3/autotiling.py
+exec_always --no-startup-id autotiling
+exec --no-startup-id xinput set-prop 14 345 1
exec --no-startup-id exec /usr/bin/keepassxc
# Random scripts
## Generate a random password and copy it to the clipboard
-bindsym $aux+p exec --no-startup-id bw generate -ulns --length 25 | xclip -selection clipboard && notify-send "Copied a random password to the clipboard"
-
+bindsym $aux+p exec --no-startup-id "tr -dc 'A-Za-z0-9!#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' </dev/urandom | head -c 25 | xclip -selection clipboard && notify-send 'Copied a random password to the clipboard'"
# Window colors
# class border backgr. text indicator child_border
diff --git a/.config/logid.cfg b/.config/logid.cfg
index ae14f8b6..19eeea9c 100644
--- a/.config/logid.cfg
+++ b/.config/logid.cfg
@@ -8,7 +8,7 @@ devices: (
};
hiresscroll:
{
- hires: false;
+ hires: true;
invert: false;
target: false;
};
diff --git a/.config/omf/bundle b/.config/omf/bundle
index abef50cd..e4ed6df6 100644
--- a/.config/omf/bundle
+++ b/.config/omf/bundle
@@ -1,2 +1,3 @@
+package bass
theme bobthefish
theme default
diff --git a/.doom.d/init.el b/.doom.d/init.el
index 79b39496..d1519a85 100644
--- a/.doom.d/init.el
+++ b/.doom.d/init.el
@@ -85,7 +85,7 @@
:tools
;;ansible
- ;;debugger ; FIXME stepping through code, to help you add bugs
+ debugger ; FIXME stepping through code, to help you add bugs
;;direnv
docker
;;editorconfig ; let someone else argue about tabs vs spaces