Skip to content

Commit

Permalink
fix: the dock icon of deepin-terminal quake mode is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
fly602 committed Sep 4, 2024
1 parent cdfac67 commit b9ba74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keybinding1/shortcuts/system_shortcut.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func getSystemActionCmd(id string) string {
var defaultSysActionCmdMap = map[string]string{
"launcher": "dbus-send --print-reply --dest=org.deepin.dde.Launcher1 /org/deepin/dde/Launcher1 org.deepin.dde.Launcher1.Toggle",
"terminal": "/usr/lib/deepin-daemon/default-terminal",
"terminal-quake": "deepin-terminal --quake-mode",
"terminal-quake": "dde-am deepin-terminal quake-mode",
"lock-screen": "originmap=$(setxkbmap -query | grep option | awk -F ' ' '{print $2}');/usr/bin/setxkbmap -option grab:break_actions&&/usr/bin/xdotool key XF86Ungrab&&dbus-send --print-reply --dest=org.deepin.dde.LockFront1 /org/deepin/dde/LockFront1 org.deepin.dde.LockFront1.Show&&/usr/bin/setxkbmap -option $originmap",
//wayland不能设置XF86Ungrab,否则会导致Bug-224309
"lock-screen-wayland": "originmap=$(setxkbmap -query | grep option | awk -F ' ' '{print $2}');/usr/bin/setxkbmap -option grab:break_actions&&dbus-send --print-reply --dest=org.deepin.dde.LockFront1 /org/deepin/dde/LockFront1 org.deepin.dde.LockFront1.Show&&/usr/bin/setxkbmap -option $originmap",
Expand Down

0 comments on commit b9ba74f

Please sign in to comment.