added nvimrc, xinitrc, and xmodmap

This commit is contained in:
Random936
2021-04-10 23:11:11 -07:00
parent 72161809c1
commit ae4d5b6700
7 changed files with 105 additions and 8 deletions

View File

@@ -60,8 +60,8 @@ bindsym $mod+d exec --no-startup-id dmenu_run
# change focus
bindsym $mod+h focus left
bindsym $mod+j focus up
bindsym $mod+k focus down
bindsym $mod+k focus up
bindsym $mod+j focus down
bindsym $mod+l focus right
# alternatively, you can use the cursor keys:
@@ -72,8 +72,8 @@ bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move up
bindsym $mod+Shift+k move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+j move down
bindsym $mod+Shift+l move right
# alternatively, you can use the cursor keys:
@@ -83,7 +83,7 @@ bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+g split h
bindsym $mod+semicolon split h
# split in vertical orientation
bindsym $mod+v split v

View File

@@ -19,13 +19,13 @@ order += "memory"
order += "volume master"
order += "tztime local"
ethernet tun0 {
format_up = "VPN: %ip (%speed)"
wireless tun0 {
format_up = "VPN: %ip"
format_down = "VPN: down"
}
ethernet _first_ {
format_up = "Ethernet: %ip (%speed)"
format_up = "Ethernet: %ip"
format_down = "Ethernet: down"
}