From 59c387a6a142f7e357126841cbeaa0334e9253f7 Mon Sep 17 00:00:00 2001 From: "Dr. Amr Osman" Date: Sat, 6 Apr 2019 18:41:27 +0200 Subject: [PATCH 1/3] fix --- .config/dunst/dunstrc | 2 +- .config/i3/config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 04e344e3..e33110f9 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -24,7 +24,7 @@ sort = yes idle_threshold = 120 - font = UbuntuMono Nerd Font 10 + font = Ubuntu Mono 10 line_height = 0 markup = full diff --git a/.config/i3/config b/.config/i3/config index d08dd2de..68140113 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -96,7 +96,7 @@ client.background $black bar { #font pango: SFNS Display:style=Regular 10 - font pango:Source Sans Pro 10 + font pango:Ubuntu 10 colors { background $darkblack statusline $darkwhite @@ -440,7 +440,7 @@ bindsym XF86WLAN exec $netrefresh bindsym $mod+period exec /usr/lib/virtualbox/VirtualBoxVM --comment 'w7litex86' --startvm '{196d2f4b-8a17-44fb-b05f-4a20cc87a212}' -exec_always --no-startup-id notify-send -i ~/.scripts/pix/larbs.png 'Welcome to LARBS: Press Super+F1 for the manual.' -t 10000 +exec_always --no-startup-id notify-send -i ~/.scripts/pix/larbs.png "Welcome to LARBS:" "Press Super+F1 for the manual." -t 10000 bindsym $mod+section exec --no-startup-id xkblayout-state set +1 && pkill -RTMIN+18 i3blocks bindsym $mod+grave exec --no-startup-id xkblayout-state set +1 && pkill -RTMIN+18 i3blocks From d4f9cab37e5164abcf01a5aaf15a02c233ba094f Mon Sep 17 00:00:00 2001 From: "Dr. Amr Osman" Date: Fri, 12 Apr 2019 22:09:05 +0200 Subject: [PATCH 2/3] tweak --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 68140113..36c179df 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -10,7 +10,7 @@ # #---Basic Definitions---# # # Needed for i3-gaps #new_window normal -for_window [class="^.*"] border pixel 3 +for_window [class="^.*"] border pixel 1 for_window [class="mpv"] floating enable for_window [title="^nmtui$"] floating enable for_window [class="^Pavucontrol$"] floating enable @@ -107,7 +107,7 @@ bar { urgent_workspace $darkblack $darkblack $white } status_command i3blocks - position top + position bottom mode dock modifier None } From 7aff335f67cdaf8477496b448ba1ef87f03424f7 Mon Sep 17 00:00:00 2001 From: "Dr. Amr Osman" Date: Fri, 12 Apr 2019 22:36:19 +0200 Subject: [PATCH 3/3] revert to rop --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 36c179df..06ee6a58 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -107,7 +107,7 @@ bar { urgent_workspace $darkblack $darkblack $white } status_command i3blocks - position bottom + position top mode dock modifier None }