mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 18:40:26 +10:00
Minor alterations to some configs.
This commit is contained in:
@@ -311,8 +311,6 @@ globalkeys = my_table.join(
|
||||
{description = "pianobar" , group = "terminal apps" }),
|
||||
awful.key({ modkey, altkey }, "r", function () awful.util.spawn( "st -e rtv" ) end,
|
||||
{description = "rtv" , group = "terminal apps" }),
|
||||
awful.key({ modkey, altkey }, "t", function () awful.util.spawn( "sh /home/dt/thinkorswim/thinkorswim" ) end,
|
||||
{description = "thinkorswim" , group = "gui apps" }),
|
||||
awful.key({ modkey, altkey }, "w", function () awful.util.spawn( "st -e wopr report.xml" ) end,
|
||||
{description = "wopr report.xml" , group = "terminal apps" }),
|
||||
awful.key({ modkey, altkey }, "y", function () awful.util.spawn( "st -e youtube-viewer" ) end,
|
||||
|
||||
@@ -23,8 +23,8 @@ super + alt + {q,r}
|
||||
bspc {quit,wm -r}
|
||||
|
||||
# close and kill
|
||||
super + {_,shift + }c
|
||||
bspc node -{c,k}
|
||||
super + shift + c
|
||||
bspc node -c
|
||||
|
||||
# alternate between the tiled and monocle layout
|
||||
super + m
|
||||
@@ -63,7 +63,7 @@ super + {p,b,comma,period}
|
||||
bspc node -f @{parent,brother,first,second}
|
||||
|
||||
# focus the next/previous node in the current desktop
|
||||
super + {_,shift + }c
|
||||
super + {_,shift + }n
|
||||
bspc node -f {next,prev}.local
|
||||
|
||||
# focus the next/previous desktop in the current monitor
|
||||
|
||||
Reference in New Issue
Block a user