mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update i3, polybar, emacs, qtile, zsh & sctipts
This commit is contained in:
parent
8822c65b4f
commit
102aa36798
15 changed files with 152 additions and 140 deletions
|
|
@ -44,14 +44,6 @@ keys = [
|
|||
lazy.spawn(filemanager),
|
||||
desc="Launch filemanager"
|
||||
),
|
||||
Key([mod, "shift"], "f",
|
||||
lazy.spawn("dmenufm"),
|
||||
desc="Launch dmenu filemanager"
|
||||
),
|
||||
Key([mod, alt], "t",
|
||||
lazy.spawn(f"{terminal} -e nvim /home/{user}/.todo"),
|
||||
desc="Open ~/.todo file in nvim"
|
||||
),
|
||||
|
||||
# Window control
|
||||
Key([mod], "q",
|
||||
|
|
@ -137,11 +129,11 @@ keys = [
|
|||
|
||||
# Menus(dmenu or/and rofi)
|
||||
Key([mod, "shift"], "Return",
|
||||
lazy.spawn("rofi -show drun"),
|
||||
lazy.spawn("rofi -location 2 -show drun"),
|
||||
desc="(Rofi) Program launcher"
|
||||
),
|
||||
Key([mod, "shift"], "apostrophe",
|
||||
lazy.spawn("rofi -show run"),
|
||||
lazy.spawn("rofi -location 2 -show run"),
|
||||
desc="(Rofi) Program launcher"
|
||||
),
|
||||
Key([mod],"Escape",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue