Skip to content

Commit

Permalink
Merge pull request #72 from EdenQwQ/patch-1
Browse files Browse the repository at this point in the history
Update sxhkdrc
codic12 authored Apr 14, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 849c9e6 + f818ea0 commit c395f22
Showing 1 changed file with 6 additions and 46 deletions.
52 changes: 6 additions & 46 deletions examples/sxhkdrc
Original file line number Diff line number Diff line change
@@ -1,39 +1,3 @@
# Rofi
super + {p,w,x,s}
~/.config/qtile/rofi/bin/{launcher,windows,powermenu,screenshot}

# Launch Apps
super + shift + {f,w,e}
{kitty ranger,firefox,kitty nvim}

super + Return
kitty

# Take a screenshot
Print
scrot 'Screenshot_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; viewnior $$(xdg-user-dir PICTURES)/$f'

# Take a screenshot in 5 second
alt + Print
scrot -d 5 'Screenshot_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; viewnior $$(xdg-user-dir PICTURES)/$f'

# Brighness control
XF86MonBrightnessUp
xbacklight -inc 10

XF86MonBrightnessDown
xbacklight -dec 10

# Volume control
XF86AudioRaiseVolume
amixer set Master 5%+

XF86AudioLowerVolume
amixer set Master 5%-

XF86AudioMute
amixer set Master toggle

# Restart worm
super + ctrl + r
worm
@@ -50,13 +14,13 @@ super + q
super + f
wormc maximize-active-client

# Switch active tag
super + {1,2,3,4,5,6,7,8,9}
wormc switch-tag {1,2,3,4,5,6,7,8,9}
# Minimize app
super + h
wormc minimize-active-client

# Switch tag
super + shift + {1,2,3,4,5,6,7,8,9}
wormc move-active-tag {1,2,3,4,5,6,7,8,9}
# Tags
super + {_, shift + } {1-9}
wormc {switch,move-active}-tag {1-9}

# Set master windows
super + m
@@ -65,7 +29,3 @@ super + m
# Float a window
super + shift + space
wormc float-active

# Pywal apply
super + ctrl + w
~/.config/worm/pywal.sh

0 comments on commit c395f22

Please sign in to comment.