Kategoriarkiv: I3WM

Apple-style screenshoting with autoupload

Install xclip and scrot: apt-get install scrot xclip Download a shutter wave, i found one here: https://www.soundjay.com/camera-sound-effect.html Actually this one: https://www.soundjay.com/mechanical/camera-shutter-click-03.wav Add the following lines to your i3 config (~/.config/i3/config): bindsym –release Shift+Print exec –no-startup-id scrot -s -e ‘scp $f root@example.com:/var/www/screenshots && … Læs resten

Udgivet i I3WM, Knowledge Base, Linux, Workstation | Skriv en kommentar

Thinkpad T430s Keybindings i I3

~/.config/i3/config bindsym XF86AudioRaiseVolume exec –no-startup-id pactl set-sink-volume 0 +5% bindsym XF86AudioLowerVolume exec –no-startup-id pactl set-sink-volume 0 -5% bindsym XF86AudioMute exec –no-startup-id pactl set-sink-mute 0 toggle bindcode 156 exec ~/.config/toggletouchpad.sh ~/.config/toogletouchpad.sh #!/bin/bash if synclient -l | grep “TouchpadOff .*=.*0” ; then … Læs resten

Udgivet i I3WM, Knowledge Base, Workstation | Skriv en kommentar