diff --git a/.config/i3/config b/.config/i3/config index a5bf69a..a264080 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,6 +1,7 @@ set $mod Mod4 -font pango:B612 Regular 9 +#font pango:B612 Regular 7 +font pango:DejaVuSans Regular 8 floating_modifier $mod @@ -21,6 +22,11 @@ bindsym $mod+Shift+r move down bindsym $mod+Shift+t move up bindsym $mod+Shift+d move right +bindsym Control+$mod+n move workspace to output left +bindsym Control+$mod+r move workspace to output down +bindsym Control+$mod+t move workspace to output up +bindsym Control+$mod+d move workspace to output right + bindsym $mod+h split h bindsym $mod+v split v @@ -106,11 +112,6 @@ exec xinput disable 'ELAN Touchscreen' #bindsym Control+$mod+l exec /home/kunsi/.bin/screenlock.sh bindsym XF86Tools exec /home/kunsi/.bin/screenlock.sh -bindsym Control+$mod+r move workspace to output up -bindsym Control+$mod+t move workspace to output down -bindsym Control+$mod+n move workspace to output left -bindsym Control+$mod+d move workspace to output right - bindsym XF86Display exec arandr bindsym $mod+Prior exec pactl set-sink-volume @DEFAULT_SINK@ +2%; exec pactl set-sink-mute @DEFAULT_SINK@ 0 diff --git a/.config/i3pystatus/config.py b/.config/i3pystatus/config.py index f64403a..4ced3fd 100644 --- a/.config/i3pystatus/config.py +++ b/.config/i3pystatus/config.py @@ -30,7 +30,7 @@ status.register("shell", on_rightclick="xset s off") status.register("clock", - format="%a, %Y-%m-%d %H:%M:%S",) + format="%a, %Y-%m-%d %H:%M:%S (W%V)",) status.register("battery", battery_ident="BAT0", @@ -71,6 +71,8 @@ status.register("shell", format="{output}", hints = {"markup": "pango"}, command="/home/kunsi/.config/i3pystatus/rfkill-bt.py", + on_leftclick='sudo rfkill block bluetooth', + on_rightclick='sudo rfkill unblock bluetooth', interval=1) status.register("shell", format="{output}", @@ -101,7 +103,7 @@ status.register("network", detect_active=True, freq_divisor=1000000000, divisor=1024, - on_leftclick="gnome-terminal -- nmtui", + on_leftclick="gnome-terminal -- sudo wifi-menu", hints={"markup":"pango"}) #status.register("mpd",