diff options
| -rw-r--r-- | debian/changelog | 20 | ||||
| -rw-r--r-- | skel-compiz/.config/compiz/compizconfig/Default.ini | 8 | ||||
| -rw-r--r-- | skel-kf6/.config/kglobalshortcutsrc | 2 | ||||
| -rw-r--r-- | skel-lxde/.config/openbox/lxde-rc.xml | 10 | ||||
| -rw-r--r-- | skel/.config/netsurf/Choices | 1 |
5 files changed, 32 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index ec3cb64..b68a176 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +etcskel-kanotix (2.0.54) unstable; urgency=medium + + [ Gunnar Wick ] + * Standard search provider for Netsurf changed + + [ Holger Paradies ] + * compiz-replace-gnome-screenshot-with-ksnip + * openbox-replace-amixer-with-pactl + * openbox-replace-gnome-screenshot + * Plasma6-add-kglobalshortcutsrc + + -- Holger Paradies <retabell@gmx.de> Tue, 16 Dec 2025 17:47:17 +0100 + +etcskel-kanotix (2.0.50) unstable; urgency=medium + + * Sync git repo + * Fixes for lxde + + -- Holger Paradies <retabell@gmx.de> Sun, 15 Jun 2025 18:51:59 +0200 + etcskel-kanotix (2.0.45) unstable; urgency=medium * Provide spacefm config for lxde diff --git a/skel-compiz/.config/compiz/compizconfig/Default.ini b/skel-compiz/.config/compiz/compizconfig/Default.ini index 81014b8..fd4657d 100644 --- a/skel-compiz/.config/compiz/compizconfig/Default.ini +++ b/skel-compiz/.config/compiz/compizconfig/Default.ini @@ -1,7 +1,7 @@ [core] as_active_plugins = core;ccp;move;resize;place;decoration;annotate;commands;crashhandler;firepaint;mousepoll;neg;png;regex;splash;svg;wallpaper;water;cube;gears;mag;rotate;scale;switcher; -as_command_screenshot = gnome-screenshot -i -as_command_window_screenshot = gnome-screenshot -i -w +as_command_screenshot = ksnip +as_command_window_screenshot = ksnip as_autoraise_delay = 250 as_run_command_terminal_key = <Control><Alt>t as_command_terminal = lxterminal @@ -54,7 +54,7 @@ as_zoom_out_key = <Super>Down s0_restrain_margin = 0 [screenshot] -as_launch_app = gnome-screenshot -i +as_launch_app = ksnip [cubecaps] s0_clamp_top_to_border = false @@ -175,7 +175,7 @@ as_run_command1_key = <Alt>F2 as_run_command2_key = Print as_command0 = lxpanelctl menu as_command1 = lxpanelctl run -as_command2 = gnome-screenshot -i +as_command2 = ksnip [neg] as_screen_toggle_key = <Shift><Control><Primary>c diff --git a/skel-kf6/.config/kglobalshortcutsrc b/skel-kf6/.config/kglobalshortcutsrc new file mode 100644 index 0000000..30240ab --- /dev/null +++ b/skel-kf6/.config/kglobalshortcutsrc @@ -0,0 +1,2 @@ +[services][org.ksnip.ksnip.desktop] +_launch=Print diff --git a/skel-lxde/.config/openbox/lxde-rc.xml b/skel-lxde/.config/openbox/lxde-rc.xml index 55659fb..ddfa2ce 100644 --- a/skel-lxde/.config/openbox/lxde-rc.xml +++ b/skel-lxde/.config/openbox/lxde-rc.xml @@ -289,10 +289,10 @@ </action> </keybind> -<!-- call gnome-screenshot when Prt-Screen is pressed --> +<!-- call ksnip when Prt-Screen is pressed --> <keybind key="Print"> <action name="Execute"> - <command>gnome-screenshot --interactive</command> + <command>ksnip</command> </action> </keybind> @@ -303,7 +303,7 @@ <enabled>true</enabled> <name>volumedown</name> </startupnotify> - <command>amixer -c 0 set Master 5%- unmute</command> + <command>pactl set-sink-volume @DEFAULT_SINK@ -5%</command> </action> </keybind> @@ -313,7 +313,7 @@ <enabled>true</enabled> <name>volumeup</name> </startupnotify> - <command>amixer -c 0 set Master 5%+ unmute</command> + <command>pactl set-sink-volume @DEFAULT_SINK@ +5%</command> </action> </keybind> @@ -323,7 +323,7 @@ <enabled>true</enabled> <name>volumedown</name> </startupnotify> - <command>amixer -c 0 set Master toggle</command> + <command>pactl set-sink-mute @DEFAULT_SINK@ toggle</command> </action> </keybind> </keyboard> diff --git a/skel/.config/netsurf/Choices b/skel/.config/netsurf/Choices index cf63140..f57b814 100644 --- a/skel/.config/netsurf/Choices +++ b/skel/.config/netsurf/Choices @@ -2,6 +2,7 @@ accept_language:de disc_cache_size:104857600 homepage_url:https://kanotix.de search_url_bar:1 +search_provider:18 show_single_tab:1 new_blank:1 bar_show:menu/tool |
