just form
This commit is contained in:
parent
0111667627
commit
ff9f7b80c4
1 changed files with 1 additions and 15 deletions
|
@ -1,15 +1,5 @@
|
|||
# vim: filetype=i3
|
||||
# _ _ ____ ____ ____
|
||||
# | | / \ | _ \| __ ) ___|
|
||||
# | | / _ \ | |_) | _ \___ \
|
||||
# | |___ / ___ \| _ <| |_) |__) |
|
||||
# |_____/_/ \_\_| \_\____/____/
|
||||
#
|
||||
# File originally by Luke Smith
|
||||
# Website: http://lukesmith.xyz
|
||||
# Email: luke@lukesmith.xyz
|
||||
# YouTube: https://youtube.com/c/LukeSmithxyz
|
||||
# Github: https://github.com/LukeSmithxyz
|
||||
# File originally by Luke Smith <https://lukesmith.xyz>
|
||||
|
||||
# This config file will use environmental variables such as $BROWSER and $TERMINAL.
|
||||
# You can set these variables in ~/.profile or ~/.bash_profile if you have it as below:
|
||||
|
@ -18,7 +8,6 @@
|
|||
# export TERMINAL="st"
|
||||
|
||||
# #---Basic Definitions---# #
|
||||
# Needed for i3-gaps
|
||||
for_window [class="^.*"] border pixel 2
|
||||
gaps inner 15
|
||||
gaps outer 15
|
||||
|
@ -31,7 +20,6 @@ set $netrefresh --no-startup-id sudo -A systemctl restart NetworkManager
|
|||
set $hibernate sudo -A systemctl suspend
|
||||
|
||||
# #---Dropdown Windows---# #
|
||||
|
||||
# General dropdown window traits. The order can matter.
|
||||
for_window [instance="dropdown_*"] floating enable
|
||||
for_window [instance="dropdown_*"] move scratchpad
|
||||
|
@ -269,7 +257,6 @@ bindsym $mod+Shift+Up move up
|
|||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# #---Media Keys---# #
|
||||
|
||||
# Volume keys
|
||||
bindsym $mod+plus exec --no-startup-id lmc up 5
|
||||
bindsym $mod+Shift+plus exec --no-startup-id lmc up 15
|
||||
|
@ -295,7 +282,6 @@ bindsym $mod+Delete exec $stoprec
|
|||
bindsym XF86Launch1 exec --no-startup-id xset dpms force off
|
||||
|
||||
# #---Extra XF86 Keys---# #
|
||||
# These are the extra media keys that some keyboards have.
|
||||
bindsym XF86AudioMute exec --no-startup-id lmc mute
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id lmc down 5
|
||||
bindsym Shift+XF86AudioLowerVolume exec --no-startup-id lmc down 10
|
||||
|
|
Loading…
Reference in a new issue