aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2023-09-20 22:17:28 -0600
committerjason2023-09-20 22:17:28 -0600
commitb6405e57e2f15190f5900e5fbbdc29455a57bd0c (patch)
tree6b44d68bc40c07ac9bfd60deb0e85b5faad251cd
parent81d3353a0396a1b5483805f1e755a3247de19dcc (diff)
downloaddotfiles-b6405e57e2f15190f5900e5fbbdc29455a57bd0c.tar.gz
dotfiles-b6405e57e2f15190f5900e5fbbdc29455a57bd0c.zip
updates for i3 on fbsd (exploring apps)
-rw-r--r--i3/.config/i3/config17
1 files changed, 12 insertions, 5 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index 19a60cd..7f3fe37 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -171,7 +171,6 @@ bindsym XF86AudioMute exec sndioctl output.mute=!
171#bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +2% 171#bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +2%
172#bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle #&& pactl list sinks | grep '^[[:space:]]Volume:' | head -n $(( $( pactl list short sinks | sed -e 's,^\([0-9][0-9]*\)[^0-9].*,\1,' | head -n 1 ) + 1 )) | tail -n 1 | sed -e 's,.* \([0-9][0-9]*\)%.*,\1,' > $SWAYSOCK.wob 172#bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle #&& pactl list sinks | grep '^[[:space:]]Volume:' | head -n $(( $( pactl list short sinks | sed -e 's,^\([0-9][0-9]*\)[^0-9].*,\1,' | head -n 1 ) + 1 )) | tail -n 1 | sed -e 's,.* \([0-9][0-9]*\)%.*,\1,' > $SWAYSOCK.wob
173bindsym $alt+Shift+4 exec "flameshot gui" 173bindsym $alt+Shift+4 exec "flameshot gui"
174bindsym $alt+$ctrl+v exec "diodon"
175 174
176# Start i3bar to display a workspace bar (plus the system information i3status 175# Start i3bar to display a workspace bar (plus the system information i3status
177# finds out, if available) 176# finds out, if available)
@@ -197,17 +196,25 @@ exec xset dpms 300 600 900
197# Fix the asus duo touch screen (nixos) 196# Fix the asus duo touch screen (nixos)
198#exec xinput --map-to-output 18 eDP-1 197#exec xinput --map-to-output 18 eDP-1
199#exec xinput --map-to-output 20 DP-2 198#exec xinput --map-to-output 20 DP-2
200exec run-once nm-applet 199#exec run-once nm-applet
200
201# Clipboard managers
201#exec ~/bin/run-once clipit 202#exec ~/bin/run-once clipit
202exec ~/bin/run-once diodon 203#exec ~/bin/run-once diodon
203#exec ~/bin/run-once keepassxc 204#bindsym $alt+$ctrl+v exec "diodon"
205exec ~/bin/run-once clipmenud
206bindsym $alt+$ctrl+v exec "clipmenu"
207
208exec xmodmap ~/.Xmodmap
209
210exec ~/bin/run-once keepassxc
204#exec ~/bin/run-once run_keybase -a 211#exec ~/bin/run-once run_keybase -a
205#exec run-once xbindkeys 212#exec run-once xbindkeys
206#exec synclient PalmDetect=1 213#exec synclient PalmDetect=1
207#exec synclient HorizTwoFingerScroll=1 #exec run-once fetchmail -d 60 214#exec synclient HorizTwoFingerScroll=1 #exec run-once fetchmail -d 60
208#exec ~/bin/run-once pasystray 215#exec ~/bin/run-once pasystray
209#exec run-once qasmixer -t 216#exec run-once qasmixer -t
210exec run-once blueman-applet 217#exec run-once blueman-applet
211#exec feh --bg-scale "/home/jason/Resilio Sync/Sync/wallpaper/wallhaven-3601.jpg" 218#exec feh --bg-scale "/home/jason/Resilio Sync/Sync/wallpaper/wallhaven-3601.jpg"
212# exec run-once run_vmtoolsd 219# exec run-once run_vmtoolsd
213exec xautolock -time 5 -locker '~/bin/lock' & 220exec xautolock -time 5 -locker '~/bin/lock' &