Update some stuff
This commit is contained in:
parent
4a6de219fe
commit
98f5135302
4 changed files with 8 additions and 7 deletions
|
@ -49,6 +49,7 @@ export OSH="$XDG_CONFIG_HOME/bash/oh-my-bash"
|
|||
|
||||
export PASSWORD_STORE_GENERATED_LENGTH='64'
|
||||
export PATH="$PATH:$HOME/.local/bin:$GOPATH/bin:$HOME/.cargo/bin:$HOME/.bin"
|
||||
export PS1='\$ '
|
||||
|
||||
export QT_QPA_PLATFORM="wayland;xcb"
|
||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
|
|
|
@ -9,7 +9,7 @@ def init(c):
|
|||
c.bind(',j', 'spawn --userscript format_json dracula')
|
||||
|
||||
c.bind(',g', 'open {url:scheme}://github1s.com{url:path}{url:query}')
|
||||
c.bind(',rr', 'open {url:scheme}://removeddit.com{url:path}{url:query}')
|
||||
c.bind(',rr', 'open {url:scheme}://unddit.com{url:path}{url:query}')
|
||||
c.bind(',rt', 'open {url:scheme}://reddit.tube{url:path}{url:query}')
|
||||
c.bind(',s', 'spawn xdg-open steam://openurl/{url}')
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ super + {_,shift + }q
|
|||
|
||||
# alternate between the tiled and monocle layout
|
||||
super + m
|
||||
bsp-layout cycle --layouts tall,wide,grid,rgrid,monocle
|
||||
bsp-layout next --layouts tall,wide,grid,rgrid,even,monocle
|
||||
#bspc desktop -l next
|
||||
|
||||
super + shift + m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue