mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 06:51:58 +01:00
some cleaning in TODO and from kitty to wezterm
This commit is contained in:
parent
a93facb262
commit
a6465a5a09
11
TODO.md
11
TODO.md
@ -13,7 +13,6 @@
|
|||||||
- [ ] neomutt
|
- [ ] neomutt
|
||||||
|
|
||||||
### TOFIX
|
### TOFIX
|
||||||
- [ ] change kitty block char when unused term
|
|
||||||
- [x] disable or improve tooltips on waybar modules
|
- [x] disable or improve tooltips on waybar modules
|
||||||
- [ ] /etc/profile.d not used with fish as default shell
|
- [ ] /etc/profile.d not used with fish as default shell
|
||||||
- [x] travis-ci fails : archlinux/base cannot pull
|
- [x] travis-ci fails : archlinux/base cannot pull
|
||||||
@ -29,17 +28,7 @@
|
|||||||
|
|
||||||
### TOTEST
|
### TOTEST
|
||||||
- [ ] wf-recorder
|
- [ ] wf-recorder
|
||||||
- [ ] launch kitty in xwayland mode to be able to share window
|
|
||||||
- [ ] waybar pkg module tooltip with flatpak and xbps
|
- [ ] waybar pkg module tooltip with flatpak and xbps
|
||||||
- hardware acceleration
|
|
||||||
- [ ] firefox
|
|
||||||
- [ ] kitty
|
|
||||||
- [ ] mpv
|
|
||||||
|
|
||||||
### ISSUES
|
### ISSUES
|
||||||
- [ ] tiny-irc : https://github.com/osa1/tiny/issues/created_by/eoli3n
|
|
||||||
- [ ] firefox menu size when scaling : https://bugzilla.mozilla.org/show_bug.cgi?id=1638168
|
|
||||||
- [ ] firefox crash when sway reload : https://bugzilla.mozilla.org/show_bug.cgi?id=1652820
|
|
||||||
- [ ] firefox list broken with multihead and factor : https://github.com/swaywm/sway/issues/6147
|
|
||||||
- [ ] firefox right clic broken : https://bugzilla.mozilla.org/show_bug.cgi?id=1661516
|
|
||||||
- [ ] gopass-jsonapi can't find gpg in PATH : https://github.com/gopasspw/gopass-jsonapi/issues/26
|
- [ ] gopass-jsonapi can't find gpg in PATH : https://github.com/gopasspw/gopass-jsonapi/issues/26
|
||||||
|
@ -53,9 +53,6 @@
|
|||||||
- role: mako
|
- role: mako
|
||||||
tags: mako
|
tags: mako
|
||||||
when: ansible_user_id != 'root'
|
when: ansible_user_id != 'root'
|
||||||
- role: kitty
|
|
||||||
tags: kitty
|
|
||||||
when: ansible_user_id != 'root'
|
|
||||||
- role: mpv
|
- role: mpv
|
||||||
tags: mpv
|
tags: mpv
|
||||||
when: ansible_user_id != 'root'
|
when: ansible_user_id != 'root'
|
||||||
@ -77,3 +74,6 @@
|
|||||||
- role: wezterm
|
- role: wezterm
|
||||||
tags: wezterm
|
tags: wezterm
|
||||||
when: ansible_user_id != 'root'
|
when: ansible_user_id != 'root'
|
||||||
|
#- role: kitty
|
||||||
|
# tags: kitty
|
||||||
|
# when: ansible_user_id != 'root'
|
||||||
|
@ -26,7 +26,7 @@ gaps inner 4
|
|||||||
gaps outer -4
|
gaps outer -4
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec kitty
|
bindsym $mod+Return exec wezterm
|
||||||
|
|
||||||
# start wofi
|
# start wofi
|
||||||
bindsym $mod+Shift+d exec --no-startup-id wofi --show run -p "shell:" -L10
|
bindsym $mod+Shift+d exec --no-startup-id wofi --show run -p "shell:" -L10
|
||||||
|
Loading…
Reference in New Issue
Block a user