Find mpris module, better emojis etc

master
Quentin Duchemin 2025-10-04 19:16:25 +02:00
parent 43a28bfb4b
commit 9f4d66705e
5 changed files with 5 additions and 4 deletions

View File

@ -132,7 +132,7 @@ bindsym $mod+Return exec --no-startup-id i3-sensible-terminal
# start rofi (a program launcher) # start rofi (a program launcher)
bindsym $mod+d exec rofi -show run bindsym $mod+d exec rofi -show run
bindsym $mod+Shift+d exec rofimoji --skin-tone neutral bindsym $mod+Shift+d exec rofimoji --skin-tone neutral --selector-args "-kb-custom-1 Control+ampersand -kb-custom-2 Control+eacute -kb-custom-3 Control+quotedbl -kb-custom-4 Control+apostrophe -kb-custom-5 Control+parenleft -kb-custom-6 Control+minus -kb-custom-7 Control+egrave -kb-custom-8 Control+underscore -kb-custom-9 Control+ccedilla -kb-custom-10 Control+agrave"
# just lock the screen # just lock the screen
bindsym $mod+l exec --no-startup-id $Locker && sleep 1 bindsym $mod+l exec --no-startup-id $Locker && sleep 1

View File

@ -132,7 +132,7 @@ bindsym $mod+Return exec --no-startup-id i3-sensible-terminal
# start rofi (a program launcher) # start rofi (a program launcher)
bindsym $mod+d exec rofi -show run bindsym $mod+d exec rofi -show run
bindsym $mod+Shift+d exec rofimoji --skin-tone neutral bindsym $mod+Shift+d exec rofimoji --skin-tone neutral --selector-args "-kb-custom-1 Control+ampersand -kb-custom-2 Control+eacute -kb-custom-3 Control+quotedbl -kb-custom-4 Control+apostrophe -kb-custom-5 Control+parenleft -kb-custom-6 Control+minus -kb-custom-7 Control+egrave -kb-custom-8 Control+underscore -kb-custom-9 Control+ccedilla -kb-custom-10 Control+agrave"
# just lock the screen # just lock the screen
bindsym $mod+l exec --no-startup-id $Locker && sleep 1 bindsym $mod+l exec --no-startup-id $Locker && sleep 1

View File

@ -125,7 +125,7 @@ modules-right = ${variables.bottom_right}
[module/player-mpris] [module/player-mpris]
type = custom/script type = custom/script
exec = python -u ~/.config/polybar/scripts/player-mpris.py status exec = python -u ~/.config/polybar/scripts/player-mpris.py status
tail = true tail = false
interval = 10 interval = 10
[module/xwindow] [module/xwindow]

View File

@ -69,7 +69,7 @@ modules-right = ${variables.bottom_right}
[module/player-mpris] [module/player-mpris]
type = custom/script type = custom/script
exec = python -u ~/.config/polybar/scripts/player-mpris.py status exec = python -u ~/.config/polybar/scripts/player-mpris.py status
tail = true tail = false
interval = 10 interval = 10
[module/xwindow] [module/xwindow]

1
.zshrc
View File

@ -42,6 +42,7 @@ plugins=(
git git
# password-store autocomplete # password-store autocomplete
pass pass
poetry
# fish-like completion as you type # fish-like completion as you type
zsh-autosuggestions zsh-autosuggestions
) )