mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Add files via upload
This commit is contained in:
parent
94718765dd
commit
e56b5af433
1 changed files with 6 additions and 0 deletions
|
|
@ -79,6 +79,9 @@ bindsym $mod+d exec discord
|
|||
# Signal
|
||||
bindsym $mod+s exec "signal-desktop --use-tray-icon"
|
||||
|
||||
# Signal
|
||||
bindsym $mod+t exec "telegram-desktop"
|
||||
|
||||
# Take screenshots
|
||||
bindsym Print exec "maim -s --format=png | xclip -selection clipboard -t image/png"
|
||||
bindsym --release Control+Print exec "image=`date '+%Y-%m-%d-%H%M%S'`-sechacklabs.png; scrot -s -z $image -e 'mv $f /home/sechacklabs/Pictures/Screenshots/'; xclip -selection clipboard -t image/png -i /home/sechacklabs/Pictures/Screenshots/$image"
|
||||
|
|
@ -235,6 +238,9 @@ mode "resize" {
|
|||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# Preven focus loss of current application
|
||||
focus_on_window_activation urgent
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue