From 0279dceb7f453c2e83ecc492ed8961994bab9f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Hallenbarter?= Date: Mon, 26 Jan 2026 08:09:40 +0000 Subject: [PATCH] added new packages --- LICENSE | 2 +- config | 11 +++++------ packages.txt | 5 +++++ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 5f7a0a1..864ad27 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 JGH +Copyright (c) 2026 Hallenbarter Jürg Georg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/config b/config index ae177da..c5f233e 100644 --- a/config +++ b/config @@ -11,10 +11,10 @@ font pango:monospace 10 # ---------------------------------------- # Applications # ---------------------------------------- -bindsym $mod+Return exec ~/.config/ml4w/settings/terminal.sh -bindsym $mod+b exec ~/.config/ml4w/settings/browser.sh -bindsym $mod+e exec ~/.config/ml4w/settings/filemanager.sh -bindsym $mod+Ctrl+c exec ~/.config/ml4w/settings/calculator.sh +bindsym $mod+Return exec kitty # terminal +bindsym $mod+b exec firefox # browser +bindsym $mod+e exec nautilus # filemanager +bindsym $mod+Ctrl+c exec gnome-calculator # calculator # App launcher bindsym $mod+Ctrl+Return exec rofi -show drun -i @@ -133,9 +133,8 @@ bindsym XF86AudioPause exec playerctl pause bindsym XF86AudioNext exec playerctl next bindsym XF86AudioPrev exec playerctl previous -bindsym XF86Calculator exec ~/.config/ml4w/settings/calculator.sh +bindsym XF86Calculator exec gnome-calculator # calculator bindsym $mod+l exec i3lock -bindsym XF86Tools exec flatpak run com.ml4w.settings # ---------------------------------------- # Visuals (absolute minimum) diff --git a/packages.txt b/packages.txt index f32a4b5..889892c 100644 --- a/packages.txt +++ b/packages.txt @@ -39,3 +39,8 @@ noto-fonts # Keyboard tools setxkbmap + +# Utils +firefox +gnome-calculator +nautilus \ No newline at end of file