aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-04-30 04:57:50 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-04-30 04:57:50 +0200
commit061818d546b6ff79bfa7d86d26fdc22ef7838bb8 (patch)
tree42e91b6bb9dabb4b0d72be1f19c1838f3ee4fe7f
parent5f0af87ca55b0ca5a63ad5f51aee5991f7a4e8bd (diff)
downloaddotfiles-061818d546b6ff79bfa7d86d26fdc22ef7838bb8.tar.gz
General updates to lock and software listHEADmaster
-rw-r--r--.config/i3/config4
-rwxr-xr-x.shenanigans.sh5
-rw-r--r--.xinitrc4
3 files changed, 6 insertions, 7 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 1c619dd..187755d 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -2,7 +2,7 @@ set $mod Mod4
2 2
3font pango:Berkeley Mono Bold 7 3font pango:Berkeley Mono Bold 7
4exec --no-startup-id dex --autostart --environment i3 4exec --no-startup-id dex --autostart --environment i3
5exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork 5exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork --color 000000
6exec --no-startup-id nm-applet 6exec --no-startup-id nm-applet
7 7
8# Use pactl to adjust volume in PulseAudio. 8# Use pactl to adjust volume in PulseAudio.
@@ -15,7 +15,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
15# My keybinds 15# My keybinds
16bindsym $mod+bracketright exec --no-startup-id pats -t 16bindsym $mod+bracketright exec --no-startup-id pats -t
17bindsym $mod+m exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle 17bindsym $mod+m exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
18bindsym $mod+l exec --no-startup-id i3lock 18bindsym $mod+l exec --no-startup-id i3lock --nofork --color 000000
19bindsym $mod+z exec --no-startup-id xmagnify -s 1000 -z 3 19bindsym $mod+z exec --no-startup-id xmagnify -s 1000 -z 3
20bindsym $mod+p exec --no-startup-id "rofi -show drun -theme ~/.black.rasi" 20bindsym $mod+p exec --no-startup-id "rofi -show drun -theme ~/.black.rasi"
21bindsym $mod+Escape exec --no-startup-id "maim -s | xclip -selection clipboard -t image/png" 21bindsym $mod+Escape exec --no-startup-id "maim -s | xclip -selection clipboard -t image/png"
diff --git a/.shenanigans.sh b/.shenanigans.sh
index 06fe820..ebd0b68 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -1,6 +1,7 @@
1# Software list: 1# Software list:
2# vim git tmux maim xclip xsel mc htop entr cifs-utils rsync jq rofi picom 2# xss-lock xkbset xclip xsel cifs-utils picom
3# st rsync curl hstr tree make gdb nvtop ctags stow newsboat mpv lazygit fd 3# vim git tmux maim mc htop entr rsync jq rofi stow newsboat
4# st rsync curl hstr tree make gdb nvtop ctags mpv lazygit fd
4 5
5# Only run if the script is being sourced (bashrc). 6# Only run if the script is being sourced (bashrc).
6if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then 7if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
diff --git a/.xinitrc b/.xinitrc
index 676ab64..d3a7a71 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -5,10 +5,8 @@ export XCURSOR_SIZE=12
5xkbset bo 50 5xkbset bo 50
6xset r rate 400 30 6xset r rate 400 30
7xset dpms 0 0 1800 7xset dpms 0 0 1800
8xset s 900
9 8
10xss-lock -- xlock &
11xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.3 9xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.3
12
13picom --vsync --backend glx -D 0 -c -o 0 & 10picom --vsync --backend glx -D 0 -c -o 0 &
11
14exec i3 12exec i3