From 5356a7c88f4e506f966ca2d79c0f03ebea645d01 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 2 Sep 2024 14:24:30 -0600 Subject: [PATCH] Updates to i3 and reveal css --- .i3/config | 15 +-------------- .revealjs/ntn.css | 2 +- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/.i3/config b/.i3/config index 2988860..c16aa2d 100644 --- a/.i3/config +++ b/.i3/config @@ -31,20 +31,7 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status -# Use Mouse+$mod to drag floating windows to their wanted position -floating_modifier $mod - -# move tiling windows via drag & drop by left-clicking into the title bar, -# or left-clicking anywhere into the window while holding the floating modifier. -tiling_drag modifier titlebar - -# start a terminal -bindsym $mod+Return exec i3-sensible-terminal - -# kill focused window -bindsym $mod+Shift+q kill - -# start dmenu (a program launcher) +# Use Mouse launcher) bindsym $mod+d exec --no-startup-id dmenu_run # A more modern dmenu replacement is rofi: # bindcode $mod+40 exec "rofi -modi drun,run -show drun" diff --git a/.revealjs/ntn.css b/.revealjs/ntn.css index 48833ae..fae3f51 100644 --- a/.revealjs/ntn.css +++ b/.revealjs/ntn.css @@ -141,7 +141,7 @@ body { background-color: rgba(0,0,0,0.8); /* ntnsndr addition */ display: block; position: relative; - width: 70%; + width: 90%; margin: 20px auto; padding: 10px; font-style: italic;