mirror of
https://github.com/Cametendo/MyI3Config-fork.git
synced 2026-03-18 03:40:20 +01:00
added new packages
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -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
11
config
@@ -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)
|
||||||
|
|||||||
@@ -39,3 +39,8 @@ noto-fonts
|
|||||||
|
|
||||||
# Keyboard tools
|
# Keyboard tools
|
||||||
setxkbmap
|
setxkbmap
|
||||||
|
|
||||||
|
# Utils
|
||||||
|
firefox
|
||||||
|
gnome-calculator
|
||||||
|
nautilus
|
||||||
Reference in New Issue
Block a user