Use new Python scripts instead of shell scripts

This commit is contained in:
Adam Goldsmith 2022-03-10 11:50:28 -05:00
parent ed76d9365c
commit fe9048e14c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
configuration {
modi: "drun,run,sworkspace:~/.config/i3/switch_workspace.sh,mworkspace:~/.config/i3/move_to_workspace.sh,window,monitor:~/.config/i3/monitor_layout.sh";
modi: "drun,run,sworkspace:~/.config/i3/switch_workspace.py,mworkspace:~/.config/i3/move_to_workspace.py,window,monitor:~/.config/i3/monitor_layout.sh";
show-icons: true;
sidebar-mode: true;
}