added new packages

This commit is contained in:
Jürg Hallenbarter
2026-01-26 08:09:40 +00:00
parent dd1798c4c4
commit 0279dceb7f
3 changed files with 11 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

11
config
View File

@@ -11,10 +11,10 @@ font pango:monospace 10
# ---------------------------------------- # ----------------------------------------
# Applications # Applications
# ---------------------------------------- # ----------------------------------------
bindsym $mod+Return exec ~/.config/ml4w/settings/terminal.sh bindsym $mod+Return exec kitty # terminal
bindsym $mod+b exec ~/.config/ml4w/settings/browser.sh bindsym $mod+b exec firefox # browser
bindsym $mod+e exec ~/.config/ml4w/settings/filemanager.sh bindsym $mod+e exec nautilus # filemanager
bindsym $mod+Ctrl+c exec ~/.config/ml4w/settings/calculator.sh bindsym $mod+Ctrl+c exec gnome-calculator # calculator
# App launcher # App launcher
bindsym $mod+Ctrl+Return exec rofi -show drun -i bindsym $mod+Ctrl+Return exec rofi -show drun -i
@@ -133,9 +133,8 @@ bindsym XF86AudioPause exec playerctl pause
bindsym XF86AudioNext exec playerctl next bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous 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 $mod+l exec i3lock
bindsym XF86Tools exec flatpak run com.ml4w.settings
# ---------------------------------------- # ----------------------------------------
# Visuals (absolute minimum) # Visuals (absolute minimum)

View File

@@ -39,3 +39,8 @@ noto-fonts
# Keyboard tools # Keyboard tools
setxkbmap setxkbmap
# Utils
firefox
gnome-calculator
nautilus