mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
m7
m7
This commit is contained in:
parent
cd6681df22
commit
c233407c91
@ -120,7 +120,13 @@ bar {
|
||||
# #---Basic Bindings---# #
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+Shift+Return exec --no-startup-id samedir
|
||||
bindsym $mod+Escape exec --no-startup-id $term
|
||||
|
||||
|
||||
bindsym $mod+Escape exec --no-startup-id mpc pause; exec --no-startup-id pauseallmpv ; exec --no-startup-id lockr
|
||||
bindsym $mod+Shift+Escape exec --no-startup-id prompt "Shutdown computer?" "$shutdown"
|
||||
bindsym $mod+Ctrl+Escape exec --no-startup-id prompt "Reboot computer?" "$reboot"
|
||||
bindsym $mod+Mod1+Escape exec --no-startup-id prompt "Hibernate computer?" "$hibernate"
|
||||
|
||||
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
bindsym $mod+space focus mode_toggle
|
||||
@ -140,9 +146,9 @@ bindsym $mod+Shift+End exec --no-startup-id xcqr
|
||||
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
||||
bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
||||
|
||||
bindsym $mod+Shift+w exec $term -e nmtui
|
||||
bindsym $mod+Ctrl+w exec $term -e nmtui
|
||||
bindsym $mod+w exec --no-startup-id $BROWSER
|
||||
bindsym $mod+Ctrl+w exec --no-startup-id tor-browser-en
|
||||
bindsym $mod+Shift+w exec --no-startup-id tor-browser-en
|
||||
|
||||
bindsym $mod+e exec $term -e neomutt && pkill -RTMIN+12 i3blocks
|
||||
bindsym $mod+Shift+e exec --no-startup-id tutorialvids
|
||||
@ -203,10 +209,8 @@ bindsym $mod+Shift+l move right 30
|
||||
bindsym $mod+z gaps outer current plus 5
|
||||
bindsym $mod+Shift+z gaps outer current minus 5
|
||||
|
||||
bindsym $mod+x exec --no-startup-id mpc pause; exec --no-startup-id pauseallmpv ; exec --no-startup-id lockr
|
||||
bindsym $mod+Shift+x exec --no-startup-id prompt "Shutdown computer?" "$shutdown"
|
||||
bindsym $mod+Ctrl+x exec --no-startup-id prompt "Reboot computer?" "$reboot"
|
||||
bindsym $mod+Mod1+x exec --no-startup-id prompt "Hibernate computer?" "$hibernate"
|
||||
|
||||
bindsym $mod+x exec --no-startup-id clipmenu -i -fn Ubuntu:size=10 -nb '#002b36' -nf '#839496' -sb '#073642' -sf '#93a1a1'
|
||||
|
||||
bindsym $mod+c exec --no-startup-id freealf
|
||||
bindsym $mod+Shift+c exec --no-startup-id camtoggle
|
||||
@ -297,7 +301,7 @@ no_focus [title="mpvfloat"]
|
||||
bindsym $mod+F1 exec --no-startup-id groff -kejpt -mom ~/.local/share/larbs/readme.mom -Tpdf | zathura -
|
||||
bindsym $mod+F2 restart
|
||||
bindsym $mod+F3 exec --no-startup-id displayselect
|
||||
bindsym $mod+F4 exec --no-startup-id clipmenu -i -fn Ubuntu:size=10 -nb '#002b36' -nf '#839496' -sb '#073642' -sf '#93a1a1'
|
||||
bindsym $mod+F4 exec --no-startup-id $term
|
||||
bindsym $mod+F5 exec --no-startup-id $netrefresh
|
||||
bindsym $mod+F6 exec --no-startup-id torwrap
|
||||
bindsym $mod+F7 exec --no-startup-id td-toggle
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user