From 9260a252e16f688ccfd92bcef04677c51baf1068 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Tue, 2 Aug 2022 11:51:05 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20table=20=F0=9F=A5=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 --- src/dwm.c | 1 - 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 1ed6557..7906e8a 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,7 @@ | modkey + shift + ctrl + d | Open rofi launcher (small size) | | modkey + enter | Launche the main terminal (alacritty by default) | | modkey + t -> a | Launche the alacritty terminal | - | modkey + t -> k | Launche the kitty terminal | - | modkey + shift + f -> g | Launche the GUI file manger (pcmanfm by default) | | modkey + shift + f -> f | Launche rofi file file browser (small size) | | modkey + shift + f -> t | Launche the terminal file manger (ranger) in the main terminal | @@ -69,7 +67,6 @@ | modkey + alt + f | Toggle floating window | | modkey + m -> c | Launche the cmus player | | modkey + m -> v | Launche vlc video player | - | modkey + 0 | View all tags | | modkey + shift + 0 | Mirror the current tag in all tags | | modkey + comma (,) | - | diff --git a/src/dwm.c b/src/dwm.c index 6c295fb..68d37c5 100644 --- a/src/dwm.c +++ b/src/dwm.c @@ -1,4 +1,3 @@ - /* See LICENSE file for copyright and license details. * * dynamic window manager is designed like any other X client as well. It is