Remove window and drun from rofi

This commit is contained in:
Vili Sinervä 2024-07-16 14:49:24 +03:00
parent 21ba8c97f0
commit 27565e9c59
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

2
i3.nix
View file

@ -81,7 +81,7 @@ pkgs.writeText "i3-conf" ''
bindcode 233 exec --no-startup-id brightnessctl set 5%+
bindsym $mod+Return exec alacritty
bindsym $mod+d exec --no-startup-id "rofi -theme 'Arc-Dark' -show combi -combi-modes 'window,drun,run' -modes combi"
bindsym $mod+d exec --no-startup-id "rofi -theme 'Arc-Dark' -show combi -combi-modes 'run' -modes combi"