Move/rename config files/.desktop files into subdirs
This makes it easier to install them with the correct name when using autotools.
This commit is contained in:
11
share/applications/i3.desktop
Normal file
11
share/applications/i3.desktop
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=i3
|
||||
NoDisplay=true
|
||||
GenericName=A dynamic tiling window manager
|
||||
Comment=improved dynamic tiling window manager
|
||||
Exec=i3
|
||||
X-GNOME-WMName=i3
|
||||
X-GNOME-Autostart-Phase=WindowManager
|
||||
X-GNOME-Provides=windowmanager
|
||||
X-GNOME-Autostart-Notify=false
|
6
share/xsessions/i3-with-shmlog.desktop
Normal file
6
share/xsessions/i3-with-shmlog.desktop
Normal file
@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=i3 (with debug log)
|
||||
Comment=improved dynamic tiling window manager
|
||||
Exec=i3-with-shmlog
|
||||
Type=Application
|
||||
Keywords=tiling;wm;windowmanager;window;manager;
|
9
share/xsessions/i3.desktop
Normal file
9
share/xsessions/i3.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=i3
|
||||
Comment=improved dynamic tiling window manager
|
||||
Exec=i3
|
||||
TryExec=i3
|
||||
Type=Application
|
||||
X-LightDM-DesktopName=i3
|
||||
DesktopNames=i3
|
||||
Keywords=tiling;wm;windowmanager;window;manager;
|
Reference in New Issue
Block a user