i3-config changes
This commit is contained in:
parent
de7896fd8c
commit
1d65f26d4e
|
|
@ -87,9 +87,8 @@ exec --no-startup-id wal -R &
|
||||||
exec --no-startup-id systemctl --user start wallpaper.service
|
exec --no-startup-id systemctl --user start wallpaper.service
|
||||||
#Unclutter makes the mouse invisible after a brief period
|
#Unclutter makes the mouse invisible after a brief period
|
||||||
exec --no-startup-id unclutter
|
exec --no-startup-id unclutter
|
||||||
# custom keybinding to lockscreen, use --lock dim or --lock blur below for different backgrounds
|
# set desktop background with custom effect
|
||||||
bindsym $mod+shift+x exec betterlockscreen -l dim
|
bindsym $mod+Shift+x exec betterlockscreen -l dim
|
||||||
# Set last used image as lockscreen background
|
|
||||||
exec --no-startup-id betterlockscreen -w dim
|
exec --no-startup-id betterlockscreen -w dim
|
||||||
#Twmn Gmail notifier
|
#Twmn Gmail notifier
|
||||||
exec --no-startup-id python ~/.config/Scripts/gmail_notifier.py
|
exec --no-startup-id python ~/.config/Scripts/gmail_notifier.py
|
||||||
|
|
@ -117,10 +116,9 @@ set $truemute --no-startup-id amixer sset Master mute
|
||||||
|
|
||||||
###---Dropdown/Scratchpad Windows---###
|
###---Dropdown/Scratchpad Windows---###
|
||||||
# Make the currently focused window a scratchpad
|
# Make the currently focused window a scratchpad
|
||||||
#bindsym $mod+Shift+m move scratchpad
|
bindsym $mod+Shift+b move scratchpad
|
||||||
# Show the first scratchpad window
|
# Show the first scratchpad window
|
||||||
#bindsym $mod+Shift+s scratchpad show
|
bindsym $mod+Shift+e scratchpad show
|
||||||
|
|
||||||
|
|
||||||
###---Basic Bindings---###
|
###---Basic Bindings---###
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
|
@ -316,45 +314,27 @@ bindsym $mod+Shift+Right move right
|
||||||
###---Media Keys---###
|
###---Media Keys---###
|
||||||
#Volume keys
|
#Volume keys
|
||||||
bindsym $mod+plus exec $inc
|
bindsym $mod+plus exec $inc
|
||||||
bindsym $mod+Shift+plus exec $biginc
|
bindsym $mod+Shift+plus exec $biginc
|
||||||
bindsym $mod+minus exec $dec
|
bindsym $mod+minus exec $dec
|
||||||
bindsym $mod+Shift+minus exec $bigdec
|
bindsym $mod+Shift+minus exec $bigdec
|
||||||
bindsym $mod+less exec $prev
|
bindsym $mod+less exec $prev
|
||||||
bindsym $mod+Shift+less exec $beg
|
bindsym $mod+Shift+less exec $beg
|
||||||
bindsym $mod+greater exec $next
|
bindsym $mod+greater exec $next
|
||||||
bindsym $mod+Shift+greater exec $next
|
bindsym $mod+Shift+greater exec $next
|
||||||
|
|
||||||
#Print screen takes a screenshot.
|
#Print screen takes a screenshot.
|
||||||
#With shift, it takes one only of the given window.
|
#With shift, it takes one only of the given window.
|
||||||
bindsym Print exec --no-startup-id scrot
|
bindsym Print exec --no-startup-id scrot
|
||||||
bindsym Shift+Print exec --no-startup-id scrot -u
|
bindsym Shift+Print exec --no-startup-id scrot -u
|
||||||
|
|
||||||
###---Extra XF86 Keys---###
|
###---Extra XF86 Keys---###
|
||||||
#These are the extra media keys that some keyboards have.
|
#These are the extra media keys that some keyboards have.
|
||||||
bindsym XF86AudioMute exec $mute
|
bindsym XF86AudioMute exec $mute
|
||||||
bindsym XF86AudioLowerVolume exec $dec
|
bindsym XF86AudioLowerVolume exec $dec
|
||||||
bindsym XF86AudioRaiseVolume exec $inc
|
bindsym XF86AudioRaiseVolume exec $inc
|
||||||
bindsym XF86PowerOff exec sudo shutdown -h now
|
bindsym XF86PowerOff exec sudo shutdown -h now
|
||||||
bindsym XF86Explorer exec $term -e ranger
|
|
||||||
#bindsym XF86Send exec
|
|
||||||
#bindsym XF86Xfer exec
|
|
||||||
bindsym XF86WWW exec --no-startup-id $BROWSER
|
|
||||||
bindsym XF86MyComputer exec $term -e ranger
|
|
||||||
#bindsym XF86Back exec
|
|
||||||
#bindsym XF86Forward exec
|
|
||||||
bindsym XF86Eject exec sudo umount -R /mnt
|
|
||||||
bindsym XF86AudioNext exec $next
|
|
||||||
bindsym XF86AudioPlay exec $pause
|
|
||||||
bindsym XF86AudioPrev exec $prev
|
|
||||||
bindsym XF86AudioStop exec $pause
|
|
||||||
bindsym XF86AudioRecord exec $audio
|
|
||||||
bindsym XF86AudioRewind exec $lilbak
|
|
||||||
bindsym XF86AudioForward exec $lilfor
|
|
||||||
#bindsym XF86Phone exec
|
|
||||||
#bindsym XF86Tools exec
|
|
||||||
bindsym XF86Reload restart
|
bindsym XF86Reload restart
|
||||||
bindsym XF86AudioMicMute exec $micmute
|
bindsym XF86AudioMicMute exec $micmute
|
||||||
#bindsym XF86TouchpadToggle exec
|
|
||||||
bindsym XF86TouchpadOn exec --no-startup-id exec synclient TouchpadOff=0
|
bindsym XF86TouchpadOn exec --no-startup-id exec synclient TouchpadOff=0
|
||||||
bindsym XF86TouchpadOff exec --no-startup-id exec synclient TouchpadOff=1
|
bindsym XF86TouchpadOff exec --no-startup-id exec synclient TouchpadOff=1
|
||||||
bindsym XF86Suspend exec --no-startup-id ~/.config/i3/lock.sh
|
bindsym XF86Suspend exec --no-startup-id ~/.config/i3/lock.sh
|
||||||
|
|
@ -363,21 +343,10 @@ bindsym XF86WebCam exec mpv /dev/video0
|
||||||
bindsym XF86Mail exec $term -e neomutt
|
bindsym XF86Mail exec $term -e neomutt
|
||||||
bindsym XF86Messenger exec $term -e weechat
|
bindsym XF86Messenger exec $term -e weechat
|
||||||
bindsym XF86Search exec $BROWSER https://duckduckgo.com
|
bindsym XF86Search exec $BROWSER https://duckduckgo.com
|
||||||
#bindsym XF86Go exec
|
|
||||||
#bindsym XF86Finance exec
|
|
||||||
#bindsym XF86Game exec
|
|
||||||
#bindsym XF86Shop exec $BROWSER https://ebay.com
|
|
||||||
bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5
|
bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id light -A 5
|
bindsym XF86MonBrightnessUp exec --no-startup-id light -A 5
|
||||||
bindsym XF86AudioMedia exec $music
|
bindsym XF86AudioMedia exec $music
|
||||||
bindsym XF86Display exec --no-startup-id arandr
|
bindsym XF86Display exec --no-startup-id arandr
|
||||||
#bindsym XF86KbdLightOnOff exec
|
|
||||||
bindsym XF86KbdBrightnessDown exec --no-startup-id python3.6 ~/.i3/kb-lights.py -
|
bindsym XF86KbdBrightnessDown exec --no-startup-id python3.6 ~/.i3/kb-lights.py -
|
||||||
bindsym XF86KbdBrightnessUp exec --no-startup-id python3.6 ~/.i3/kb-lights.py +
|
bindsym XF86KbdBrightnessUp exec --no-startup-id python3.6 ~/.i3/kb-lights.py +
|
||||||
#bindsym XF86Reply exec
|
|
||||||
#bindsym XF86MailForward exec
|
|
||||||
#bindsym XF86Save exec
|
|
||||||
bindsym XF86Documents exec $term -e ranger ~/Documents
|
|
||||||
#bindsym XF86Battery exec
|
|
||||||
#bindsym XF86Bluetooth exec
|
|
||||||
bindsym XF86WLAN exec --no-startup-id sudo systemctl restart NetworkManager
|
bindsym XF86WLAN exec --no-startup-id sudo systemctl restart NetworkManager
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue