Skip to content
Snippets Groups Projects
Commit 4a96bcaf authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

I3 KEYMAP nmtui -> iwctl, Bluetooth-manager -> bluetoothctl

parent cb4d0bb2
No related branches found
No related tags found
No related merge requests found
...@@ -196,13 +196,13 @@ with ADD_MODIFICATOR(SUPER): ...@@ -196,13 +196,13 @@ with ADD_MODIFICATOR(SUPER):
bind_osd_enable(KEY(4, 5), "display1") bind_osd_enable(KEY(4, 5), "display1")
M(K_B, cmd_set_xkbmap) M(K_B, cmd_set_xkbmap)
M(K_H(SHIFT), ROOT_MODE_AND(CMD("terminal -e blueman-applet"))) M(K_H, ROOT_MODE_AND(CMD("root bluetoothctl connect 11:11:22:37:1D:8D")))
M(K_H, ROOT_MODE_AND(CMD("blueman-manager"))) M(K_H(SHIFT), ROOT_MODE_AND(CMD("terminal -e root bluetoothctl")))
M(K_Y, ROOT_MODE_AND(CMD("amixer"))) M(K_Y, ROOT_MODE_AND(CMD("amixer")))
M(K_O, CMD("osdc --output=display -- \"$(wifi on)\"")) M(K_O, CMD("osdc --output=display -- \"$(wifi on)\""))
M(K_P, CMD("osdc --output=display -- \"$(wifi off)\"")) M(K_P, CMD("osdc --output=display -- \"$(wifi off)\""))
M(K_I, ROOT_MODE_AND(CMD("terminal -e nmtui"))) M(K_I, ROOT_MODE_AND(CMD("terminal -e iwctl")))
M(K_B(SHIFT), ROOT_MODE_AND(CMD("arandr"))) M(K_B(SHIFT), ROOT_MODE_AND(CMD("arandr")))
LOAD("xrandr.km", only_if_exists=True) LOAD("xrandr.km", only_if_exists=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment