forked from kunsi/dotfiles
i3: design, shortcuts
This commit is contained in:
parent
1986318920
commit
a27ff6b437
2 changed files with 11 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue