Add files via upload

This commit is contained in:
Eduard Tolosa 2020-07-02 11:12:04 -05:00 committed by GitHub
parent 0adb10b631
commit 94718765dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
input "1267:12350:ELAN1200:00_04F3:303E_Touchpad" { input "1267:12350:ELAN1200:00_04F3:303E_Touchpad" {
tap enabled tap enabled
natural_scroll enabled natural_scroll enabled
pointer_accel 1 pointer_accel 0.5
dwt enabled dwt enabled
} }
@ -12,6 +12,9 @@ input "1112:390:KYE_SYSTEMS_CORP._Wired_Mouse" {
pointer_accel 1 pointer_accel 1
} }
# Enable numlock
input * xkb_numlock enabled
# Set mod # Set mod
set $mod Mod4 set $mod Mod4
@ -31,33 +34,37 @@ focus_follows_mouse no
##### Programs to run at startup ##### ##### Programs to run at startup #####
# Clipboard manager # Clipboard manager
exec "jq -r '. | .[-1]' ~/.local/share/clipman.json | wl-copy" #
exec "wl-paste -t text --watch clipman store" exec clipman restore
exec wl-paste -t text --watch clipman store --max-items=50
# exec wl-paste -p -t text --watch clipman store --histpath="~/.local/share/clipman-primary.json" --max-items=1000
# Background # Background
output "*" bg '/home/sechacklabs/Pictures/SHL/Nuevos Logos/shl-fin.png' fill output "*" bg '/home/sechacklabs/Pictures/SHL/Nuevos Logos/shl-fin.png' fill
# Keyring daemon # Keyring daemon
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
# Brightness # Brightness
exec "brightnessctl set 50%" exec "brightnessctl set 50%"
# Pcmanfm daemon
exec pcmanfm-qt -d
##### End of programs to run at startup ##### ##### End of programs to run at startup #####
##### Programs to run with bindkeys ##### ##### Programs to run with bindkeys #####
# start a terminal # start a terminal
bindsym $mod+Return exec xfce4-terminal bindsym $mod+Return exec tilix
# Screen lock # Screen lock
bindsym $mod+l exec swaylock -e -u -t -i '/home/sechacklabs/Pictures/SHL/Nuevos Logos/shl-fin.png' bindsym $mod+l exec screenoff
# Gajim XMPP client # Gajim XMPP client
bindsym $mod+x exec gajim bindsym $mod+x exec gajim
# File manager # File manager
bindsym $mod+F3 exec pcmanfm bindsym $mod+F3 exec pcmanfm-qt
# Firefox # Firefox
bindsym $mod+f exec firefox bindsym $mod+f exec firefox-beta
# SMPlayer # SMPlayer
bindsym $mod+p exec smplayer bindsym $mod+p exec smplayer
@ -65,11 +72,14 @@ bindsym $mod+p exec smplayer
# Discord # Discord
bindsym $mod+d exec discord bindsym $mod+d exec discord
# Discord
bindsym $mod+t exec telegram-desktop
# Signal # Signal
bindsym $mod+s exec slack bindsym $mod+s exec 'signal-desktop --use-tray-icon'
# Clipboard manager history # Clipboard manager history
bindsym $mod+Shift+h exec clipman pick -t rofi --max-items=20 bindsym Control+Alt+h exec clipman pick -t wofi --max-items=50
# Take screenshots # Take screenshots
bindsym --release Print exec 'grim -g "$(slurp)" - | wl-copy' bindsym --release Print exec 'grim -g "$(slurp)" - | wl-copy'
@ -78,8 +88,8 @@ bindsym --release Control+Print exec 'image=`date "+%Y-%m-%d-%H%M%S"`-sechacklab
bindsym --release $mod+Print exec "image=`date '+%Y-%m-%d-%H%M%S'`-sechacklabs.png; grim /home/sechacklabs/Pictures/Screenshots/$image; wl-copy < /home/sechacklabs/Pictures/Screenshots/$image" bindsym --release $mod+Print exec "image=`date '+%Y-%m-%d-%H%M%S'`-sechacklabs.png; grim /home/sechacklabs/Pictures/Screenshots/$image; wl-copy < /home/sechacklabs/Pictures/Screenshots/$image"
# Video recording # Video recording
bindsym --release $mod+Shift+Print exec 'video=`date "+%Y-%m-%d-%H%M%S"`-sechacklabs.mp4; wf-recorder -o /home/sechacklabs/Videos/Recorded/$video' bindsym --release $mod+Shift+Print exec 'video=`date "+%Y-%m-%d-%H%M%S"`-sechacklabs.mp4; wf-recorder -f /home/sechacklabs/Videos/Recorded/$video'
bindsym --release $mod+Control+Print exec 'video=`date "+%Y-%m-%d-%H%M%S"`-sechacklabs.mp4; wf-recorder -g "$(slurp)" -o /home/sechacklabs/Videos/Recorded/$video' bindsym --release $mod+Control+Print exec 'video=`date "+%Y-%m-%d-%H%M%S"`-sechacklabs.mp4; wf-recorder -g "$(slurp)" -f /home/sechacklabs/Videos/Recorded/$video'
# Monitor brigthness # Monitor brigthness
bindcode 171 exec "brightnessctl set 5%+" bindcode 171 exec "brightnessctl set 5%+"
@ -102,7 +112,7 @@ bindcode 124 exec propershutdown
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
# start Rofi (a program launcher) # start Rofi (a program launcher)
bindsym $mod+F2 exec "rofi -show combi" bindsym $mod+F2 exec wofi
# change focus # change focus
#bindsym $mod+j focus left #bindsym $mod+j focus left