small improvements in query feed and nvim-lsp
This commit is contained in:
@@ -16,7 +16,7 @@ set $shutdown doas_askpass openrc-shutdown -h now
|
||||
set $reboot doas_askpass openrc-shutdown -r now
|
||||
set $netrefresh --no-startup-id doas_askpass rc-service NetworkManager restart
|
||||
set $nettoggle --no startup-id [ $(doas rc-service NetworkManager | awk '{print $3}') != 'stopped' ] && doas rc-service NetworkManager stop || doas rc-service NetworkManager start
|
||||
set $hibernate loginctl suspend && slock
|
||||
set $hibernate loginctl suspend
|
||||
|
||||
# #---Gaps---# #
|
||||
for_window [class="^.*"] border pixel 2
|
||||
@@ -278,7 +278,7 @@ bindsym XF86Launch1 exec --no-startup-id xset dpms force off
|
||||
# #---Extra XF86 Keys---# #
|
||||
bindsym XF86AudioMute exec --no-startup-id amixer sset Master toggle && pkill -RTMIN+10 i3blocks
|
||||
bindsym XF86AudioMicMute exec --no-startup-id amixer sset Capture toggle
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id amixer sset Master 5%- && pkill -RTMIN+10 i3blocks
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id amixer sset Master 5%- && pkill -RTMIN+10 i3blocks
|
||||
bindsym Shift+XF86AudioLowerVolume exec --no-startup-id amixer sset Master 1%- && pkill -RTMIN+10 i3blocks
|
||||
bindsym Control+XF86AudioLowerVolume exec --no-startup-id amixer sset Master 10%- && pkill -RTMIN+10 i3blocks
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer sset Master 5%+ && pkill -RTMIN+10 i3blocks
|
||||
@@ -298,7 +298,7 @@ bindsym XF86Bluetooth exec doas rfkill unblock bluetooth | $term bluetoothctl
|
||||
##bindsym XF86Paste exec
|
||||
##bindsym XF86Cut exec
|
||||
##bindsym XF86MenuKB exec
|
||||
bindsym XF86Calculator exec --no-startup-id ddspawn dropdowncalc -f mono:pixelsize=24
|
||||
#bindsym XF86Calculator exec --no-startup-id ddspawn dropdowncalc -f mono:pixelsize=24
|
||||
##bindsym XF86Sleep This binding is typically mapped by systemd automatically.
|
||||
##bindsym XF86WakeUp exec
|
||||
bindsym XF86PowerOff exec --no-startup-id sysact
|
||||
@@ -307,7 +307,7 @@ bindsym XF86PowerOff exec --no-startup-id sysact
|
||||
##bindsym XF86Xfer exec
|
||||
##bindsym XF86WWW exec --no-startup-id $BROWSER
|
||||
##bindsym XF86DOS exec
|
||||
bindsym XF86ScreenSaver exec exec --no-startup-id lockscreen
|
||||
bindsym XF86ScreenSaver exec exec --no-startup-id slock
|
||||
##bindsym XF86RotateWindows exec
|
||||
##bindsym XF86TaskPane exec
|
||||
##bindsym XF86Favorites exec
|
||||
@@ -341,12 +341,12 @@ bindsym XF86AudioMedia exec --no-startup-id $term -e ncmpcpp
|
||||
##bindsym XF86Launch8 exec
|
||||
##bindsym XF86Launch9 exec
|
||||
bindsym XF86TouchpadToggle exec --no-startup-id toggletouchpad
|
||||
bindsym XF86TouchpadOn exec --no-startup-id synclient TouchpadOff=0
|
||||
bindsym XF86TouchpadOff exec --no-startup-id synclient TouchpadOff=1
|
||||
#bindsym XF86TouchpadOn exec --no-startup-id synclient TouchpadOff=0
|
||||
#bindsym XF86TouchpadOff exec --no-startup-id synclient TouchpadOff=1
|
||||
bindsym XF86Suspend exec --no-startup-id lockscreen
|
||||
bindsym XF86Close kill
|
||||
#bindsym XF86WebCam exec --no-startup-id camtoggle
|
||||
bindsym XF86Mail exec --no-startup-id thunderbird
|
||||
#bindsym XF86Mail exec --no-startup-id thunderbird
|
||||
#bindsym XF86Messenger exec $term -e weechat
|
||||
#bindsym XF86Search exec $BROWSER https://duckduckgo.com
|
||||
##bindsym XF86Go exec
|
||||
|
||||
Reference in New Issue
Block a user