From fddba4c86ad5c483ec1240d8b3875137f2b07462 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Tue, 4 May 2021 21:01:41 +0200 Subject: i3 config updated --- .config/i3/config | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index ebfca6d..1956ec4 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -180,7 +180,7 @@ bar { colors { background #040217 statusline #972e73 - separator #231C51 + separator #C9A6C9 focused_workspace #c583b6 #040217 #d52c70 active_workspace #6c2d7a #000000 #c583b6 @@ -393,4 +393,12 @@ bindsym $mod+Shift+F1 exec notify-send -t 5000 -i /usr/share/icons/hicolor/1024x #remove the header of the window default_border pixel 2 +#Urgency i3 opt out option bindsym $mod+Shift+F10 exec i3-msg exit + +#Android Studio - F2 +bindsym $mod+Shift+F2 exec notify-send -t 5000 -i /home/mas/Pictures/icons/android_studio.png "Lauching" "Android Studio" && exec studio +#R Studio - F3 +bindsym $mod+Shift+F3 exec notify-send -t 5000 -i /home/mas/Pictures/icons/r_studio.png "Lauching" "R Studio" && exec rstudio +#Visual Code Studio - F4 +bindsym $mod+Shift+F4 exec notify-send -t 5000 -i /home/mas/Pictures/icons/vscode.png "Lauching" "VSCode" && exec code -- cgit v1.2.3