Drop kwin config update script from 4.0 to 4.1
REVIEW: 104130
This commit is contained in:
parent
dc3ee2bce4
commit
f5cf141760
3 changed files with 2 additions and 17 deletions
|
@ -32,6 +32,6 @@ install( TARGETS kwin_update_tabbox_qml_settings DESTINATION ${LIB_INSTALL_DIR}/
|
|||
|
||||
install( FILES fsp_workarounds_1.kwinrules DESTINATION ${DATA_INSTALL_DIR}/kwin/default_rules )
|
||||
install( FILES pop.wav DESTINATION ${SOUND_INSTALL_DIR} )
|
||||
install( FILES kwin_fsp_workarounds_1.upd kwin_window_shortcuts.upd kwin_update_tabbox_settings.upd kwin_remove_effects.upd kwin_update_tabbox_qml_settings.upd kwin_remove_delay_focus.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )
|
||||
install( PROGRAMS kwin_window_shortcuts.sh kwin_remove_delay_focus.sh DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )
|
||||
install( FILES kwin_fsp_workarounds_1.upd kwin_update_tabbox_settings.upd kwin_remove_effects.upd kwin_update_tabbox_qml_settings.upd kwin_remove_delay_focus.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )
|
||||
install( PROGRAMS kwin_remove_delay_focus.sh DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#! /bin/sh
|
||||
# remove <number>=<shortcuts> lines for per-window shortcuts that are not supposed to be saved
|
||||
while read line; do
|
||||
if echo "$line" | grep '^[0-9]\+=' >/dev/null 2>/dev/null; then
|
||||
key=`echo "$line" | sed 's/^\([0-9]\+\)=.*$/\1/'`
|
||||
echo '# DELETE [kwin]'$key
|
||||
else
|
||||
echo "$line"
|
||||
fi
|
||||
done
|
|
@ -1,5 +0,0 @@
|
|||
Id=kde414
|
||||
File=kglobalshortcutsrc
|
||||
Group=kwin
|
||||
Options=overwrite
|
||||
Script=kwin_window_shortcuts.sh,sh
|
Loading…
Reference in a new issue