updates, only minor
This commit is contained in:
parent
1fc86c9634
commit
5892a24f80
@ -9,6 +9,7 @@ nitrogen --restore &
|
|||||||
# compositor
|
# compositor
|
||||||
picom --experimental-backend &
|
picom --experimental-backend &
|
||||||
|
|
||||||
|
# red light at night
|
||||||
redshift-gtk -l 34.92866:138.59863 &
|
redshift-gtk -l 34.92866:138.59863 &
|
||||||
|
|
||||||
# cursor
|
# cursor
|
||||||
|
|||||||
@ -290,8 +290,8 @@ myStandardEZKeys =
|
|||||||
, ("M-S-<Return>", spawn (myTerminal ++ " -e " ++ "tmux-worker")) -- open a terminal with system tmux session
|
, ("M-S-<Return>", spawn (myTerminal ++ " -e " ++ "tmux-worker")) -- open a terminal with system tmux session
|
||||||
, ("M-C-S-<Return>", spawn (myTerminal)) -- open a terminal
|
, ("M-C-S-<Return>", spawn (myTerminal)) -- open a terminal
|
||||||
, ("M-e", spawn (myFileManager)) -- open a file manager
|
, ("M-e", spawn (myFileManager)) -- open a file manager
|
||||||
, ("M-S-e", spawn (myTerminal ++ " -e " ++ "lfub")) -- launch lf in alacritty
|
, ("M-S-e", spawn (myTerminal ++ " -e " ++ "lfub")) -- launch lf in terminal
|
||||||
, ("M-i", spawn (myTerminal ++ " -e " ++ myEditor)) -- launch vim in alacritty
|
, ("M-i", spawn (myTerminal ++ " -e " ++ myEditor)) -- launch vim in terminal
|
||||||
|
|
||||||
--NOTE file manager bindings
|
--NOTE file manager bindings
|
||||||
, ("C-l l", spawn (myFileManager)) -- open file manager
|
, ("C-l l", spawn (myFileManager)) -- open file manager
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user